mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge sunlight.local:/local_work/tmp_merge-5.0-opt-mysql
into sunlight.local:/local_work/tmp_merge-5.1-opt-mysql
This commit is contained in:
@@ -7305,7 +7305,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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user