mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
WL#1724 "Min/Max Optimization for Queries with Group By Clause"
- after-review changes - merged with the source tree from 204-08-27
This commit is contained in:
@ -336,7 +336,7 @@ int opt_sum_query(TABLE_LIST *tables, List<Item> &all_fields,COND *conds)
|
||||
1 Otherwise
|
||||
*/
|
||||
|
||||
static bool simple_pred(Item_func *func_item, Item **args, bool *inv_order)
|
||||
bool simple_pred(Item_func *func_item, Item **args, bool *inv_order)
|
||||
{
|
||||
Item *item;
|
||||
*inv_order= 0;
|
||||
|
Reference in New Issue
Block a user