From 35c1b4bcf2616dd74115c8d27120b6b333bc98e5 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 30 Oct 2003 12:44:25 +0300 Subject: [PATCH] added fixed= 1 to the end of Item_in_optimizer::fix_fields() --- sql/item_cmpfunc.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index 4e6301d2626..2680d5de017 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -421,6 +421,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; }