summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorChaithra Gopalareddy <chaithra.gopalareddy@oracle.com>2012-02-24 11:55:28 +0530
committerChaithra Gopalareddy <chaithra.gopalareddy@oracle.com>2012-02-24 11:55:28 +0530
commit61fb45bc9aa73ad3b2c66990c7f568ccc4590d02 (patch)
treec1855306f99962db75a31c71394c42cc9d55a8c1 /sql/item_cmpfunc.h
parentc538ba96cd416c2194a0efbbee147c48a6a0abdb (diff)
parent6a0d03fce76616dd10e8d6bd83c19af26f8c5874 (diff)
downloadmariadb-git-61fb45bc9aa73ad3b2c66990c7f568ccc4590d02.tar.gz
Merge from 5.1 to 5.5
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index d3e6c7d7c1c..bf9cf96355f 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -271,7 +271,7 @@ public:
Item_in_optimizer(Item *a, Item_in_subselect *b):
Item_bool_func(a, reinterpret_cast<Item *>(b)), cache(0),
save_cache(0), result_for_null_param(UNKNOWN)
- {}
+ { with_subselect= true; }
bool fix_fields(THD *, Item **);
bool fix_left(THD *thd, Item **ref);
bool is_null();