1
0
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:
bell@sanja.is.com.ua
2004-09-25 15:07:50 +03:00
parent f11bcefae1
commit f3e6405ff1
3 changed files with 54 additions and 46 deletions

View File

@ -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: