1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge moonbone.local:/work/tmp_merge-4.1

into  moonbone.local:/work/tmp_merge-4.1-opt-mysql
This commit is contained in:
evgen@moonbone.local
2006-08-02 16:10:52 +04:00
18 changed files with 326 additions and 15 deletions

View File

@ -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 */