mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
postreview fixes (BUG#5618 & BUG#5590)
This commit is contained in:
@ -226,7 +226,7 @@ static int mysql_derived(THD *thd, LEX *lex, SELECT_LEX_UNIT *unit,
|
||||
else
|
||||
{
|
||||
free_tmp_table(thd, table);
|
||||
thd->lex->unit.cleanup();
|
||||
unit->cleanup();
|
||||
}
|
||||
|
||||
exit:
|
||||
|
Reference in New Issue
Block a user