summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorbell@laptop.sanja.is.com.ua <>2003-08-23 13:29:38 +0300
committerbell@laptop.sanja.is.com.ua <>2003-08-23 13:29:38 +0300
commit555386863802bbebeb9cf50deb8bc004bc4c5be4 (patch)
tree53f4829d55971fc556fdf48ef0def5296d1b9f18 /sql/item_subselect.h
parent8c0ba5ded39be06e5ef05fbf06b3bf4be630c2d4 (diff)
downloadmariadb-git-555386863802bbebeb9cf50deb8bc004bc4c5be4.tar.gz
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
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h3
1 files changed, 2 insertions, 1 deletions
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()