1
0
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:
unknown
2004-09-25 15:07:50 +03:00
parent 580f12cc04
commit 4038218b18
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: