• unknown's avatar
    MWL#89 · ccd69427
    unknown authored
    Fixed a memory leak found by valgrind. The memory leak was
    a result of JOINs corresponding to subselects in a global
    ORDER BY of a UNION not being cleaned up because the
    fake_select of the UNION didn't point down to the subquery
    select.
    ccd69427
sql_lex.h 61.8 KB