mirror of
https://github.com/MariaDB/server.git
synced 2025-07-08 17:02:21 +03:00
postreview fixes (BUG#5618 & BUG#5590)
sql/field.cc: fixed compatibility fields type detection sql/item.cc: fixed compatibility fields detection with using standard method for all fields, also some bugs are fixed sql/sql_derived.cc: some cleanup
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