summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-09-25 15:07:50 +0300
committerunknown <bell@sanja.is.com.ua>2004-09-25 15:07:50 +0300
commit4038218b18ba6fb6d73072d97271347cdec45b7c (patch)
tree6bd4bba629b8b0435aa6a79d0bd511568abfef60 /sql/sql_derived.cc
parent580f12cc048cac99e5594ce94ab0b2ca63cad41a (diff)
downloadmariadb-git-4038218b18ba6fb6d73072d97271347cdec45b7c.tar.gz
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
Diffstat (limited to 'sql/sql_derived.cc')
-rw-r--r--sql/sql_derived.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_derived.cc b/sql/sql_derived.cc
index 906ef646f47..3259e0a4f22 100644
--- a/sql/sql_derived.cc
+++ b/sql/sql_derived.cc
@@ -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: