mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor()
added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
This commit is contained in:
@@ -4741,7 +4741,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);
|
||||
new Item_allany_subselect(left_expr, (*cmp)(all), select_lex, all);
|
||||
if (all)
|
||||
return it->upper_not= new Item_func_not_all(it); /* ALL */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user