• unknown's avatar
    MWL#89 · ca373395
    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.
    ca373395
sql_lex.cc 87 KB