diff options
author | monty@mashka.mysql.fi <> | 2003-01-07 11:45:06 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-07 11:45:06 +0200 |
commit | 22aaac013b2d714e7a4329eab9a5cc880d792b6c (patch) | |
tree | abb09346d74f5eb8cf867ea184e544bab1f41331 /sql/item_row.cc | |
parent | edb019aeaf616442d93db2eab0df4b2b09003d14 (diff) | |
download | mariadb-git-22aaac013b2d714e7a4329eab9a5cc880d792b6c.tar.gz |
Fixed that derived tables are properly droped
Diffstat (limited to 'sql/item_row.cc')
-rw-r--r-- | sql/item_row.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_row.cc b/sql/item_row.cc index c62ab60c0cd..355228e45df 100644 --- a/sql/item_row.cc +++ b/sql/item_row.cc @@ -18,7 +18,7 @@ #include "assert.h" Item_row::Item_row(List<Item> &arg): - Item(), array_holder(1), used_tables_cache(0), const_item_cache(1) + Item(), used_tables_cache(0), array_holder(1), const_item_cache(1) { //TODO: think placing 2-3 component items in item (as it done for function) |