diff options
author | monty@mashka.mysql.fi <> | 2003-02-10 17:59:16 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-10 17:59:16 +0200 |
commit | 48558055edeb386ff6fb52c79763023b686fc86a (patch) | |
tree | afc92b80727719cbb09f63c506e547cb0aed94f4 /sql/item_row.cc | |
parent | aee7346ec11b6ec83747de21490d6f7ecf1ca6be (diff) | |
download | mariadb-git-48558055edeb386ff6fb52c79763023b686fc86a.tar.gz |
Move tmp_table_used to THD
Optimize depending sub querys
Remove valgrind warnings
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 23cafe7ec31..cf745e21e45 100644 --- a/sql/item_row.cc +++ b/sql/item_row.cc @@ -26,7 +26,7 @@ */ Item_row::Item_row(List<Item> &arg): - Item(), used_tables_cache(0), array_holder(1), const_item_cache(1) + Item(), used_tables_cache(0), array_holder(1), const_item_cache(1), with_null(0) { //TODO: think placing 2-3 component items in item (as it done for function) |