From 48558055edeb386ff6fb52c79763023b686fc86a Mon Sep 17 00:00:00 2001 From: "monty@mashka.mysql.fi" <> Date: Mon, 10 Feb 2003 17:59:16 +0200 Subject: Move tmp_table_used to THD Optimize depending sub querys Remove valgrind warnings --- sql/item_row.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/item_row.cc') 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 &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) -- cgit v1.2.1