summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-10-30 15:56:52 +0200
committerunknown <bell@sanja.is.com.ua>2003-10-30 15:56:52 +0200
commitb90ae6fdc2486a981f06a07bf28a8ff8a471f24b (patch)
treeb32302fccdf1e6bb34e0c474e6f85a09c028b7c6 /sql/item_cmpfunc.cc
parent87e6c2ba77a514456f9f33e69984d67d0a588469 (diff)
parenta4161274ef18a38eff95272cf9f05f46fb08fcb7 (diff)
downloadmariadb-git-b90ae6fdc2486a981f06a07bf28a8ff8a471f24b.tar.gz
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-print_subselect-4.1 sql/item_cmpfunc.cc: Auto merged sql/item_sum.cc: Auto merged
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r--sql/item_cmpfunc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc
index 1731f5859b3..b73a3b990fa 100644
--- a/sql/item_cmpfunc.cc
+++ b/sql/item_cmpfunc.cc
@@ -429,6 +429,7 @@ bool Item_in_optimizer::fix_left(THD *thd,
not_null_tables_cache= args[0]->not_null_tables();
with_sum_func= args[0]->with_sum_func;
const_item_cache= args[0]->const_item();
+ fixed= 1;
return 0;
}