summaryrefslogtreecommitdiff
path: root/sql/item_row.cc
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-02-10 17:59:16 +0200
committermonty@mashka.mysql.fi <>2003-02-10 17:59:16 +0200
commit48558055edeb386ff6fb52c79763023b686fc86a (patch)
treeafc92b80727719cbb09f63c506e547cb0aed94f4 /sql/item_row.cc
parentaee7346ec11b6ec83747de21490d6f7ecf1ca6be (diff)
downloadmariadb-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.cc2
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)