summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2006-08-02 16:10:52 +0400
committerunknown <evgen@moonbone.local>2006-08-02 16:10:52 +0400
commit84ece59cefafc7a223c65aa7c763f5e72afaa1fc (patch)
tree815f8e314c308891d6af810de25b3ab937197f7c /sql/sql_parse.cc
parent66716f0984ca5d00896609ce3003b515242180ba (diff)
parent9c7a329ebac9ae1da05e0c427d1f46094c2c8b7e (diff)
downloadmariadb-git-84ece59cefafc7a223c65aa7c763f5e72afaa1fc.tar.gz
Merge moonbone.local:/work/tmp_merge-4.1
into moonbone.local:/work/tmp_merge-4.1-opt-mysql sql/item_strfunc.cc: Auto merged sql/mysql_priv.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index ad3accbe187..cf1f50aed63 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -5442,7 +5442,7 @@ Item * all_any_subquery_creator(Item *left_expr,
return new Item_func_not(new Item_in_subselect(left_expr, select_lex));
Item_allany_subselect *it=
- new Item_allany_subselect(left_expr, (*cmp)(all), select_lex, all);
+ new Item_allany_subselect(left_expr, cmp, select_lex, all);
if (all)
return it->upper_item= new Item_func_not_all(it); /* ALL */