diff options
author | unknown <bell@sanja.is.com.ua> | 2003-08-11 12:00:33 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-08-11 12:00:33 +0300 |
commit | c2b8eb33d2d2b7551b68981a5be1fa46e44df9d2 (patch) | |
tree | 7cc0252aca6baff5a2069b80dfc51558b03d271d /sql/item_subselect.h | |
parent | 9a3979e23455c203857f05482c9f51a5350cf441 (diff) | |
parent | 986be1aaba87365517a290a23a3b7d66109d2605 (diff) | |
download | mariadb-git-c2b8eb33d2d2b7551b68981a5be1fa46e44df9d2.tar.gz |
merge
sql/item_cmpfunc.cc:
Auto merged
sql/item_subselect.cc:
Auto merged
sql/item_subselect.h:
Auto merged
sql/item_sum.cc:
Auto merged
sql/sql_union.cc:
Auto merged
sql/sql_yacc.yy:
Auto merged
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index 65039589da4..9cfa304bb47 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -192,7 +192,7 @@ public: class Item_in_subselect :public Item_exists_subselect { protected: - Item * left_expr; + Item *left_expr; /* expr & optimizer used in subselect rewriting to store Item for all JOIN in UNION @@ -206,7 +206,7 @@ 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) {} subs_type substype() { return IN_SUBS; } void reset() |