From 555386863802bbebeb9cf50deb8bc004bc4c5be4 Mon Sep 17 00:00:00 2001 From: "bell@laptop.sanja.is.com.ua" <> Date: Sat, 23 Aug 2003 13:29:38 +0300 Subject: fixed bug of lack of fix_fields call (after merge bugfix (SCRUM)) fixed bug in Item_sum fixed bug in dependence remover after merge fix --- sql/item_subselect.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sql/item_subselect.h') diff --git a/sql/item_subselect.h b/sql/item_subselect.h index d5c642fd337..194d75e3f30 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -206,7 +206,8 @@ public: Item_in_subselect(THD *thd, Item * left_expr, st_select_lex *select_lex); Item_in_subselect(Item_in_subselect *item); - Item_in_subselect(): Item_exists_subselect(), abort_on_null(0) {} + Item_in_subselect() + :Item_exists_subselect(), abort_on_null(0), upper_not(0) {} subs_type substype() { return IN_SUBS; } void reset() -- cgit v1.2.1