mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Implementation of the last review comments for WL#1724
"Min/Max Optimization for Queries with Group By Clause"
This commit is contained in:
@ -303,7 +303,7 @@ class JOIN :public Sql_alloc
|
||||
void restore_tmp();
|
||||
bool alloc_func_list();
|
||||
bool make_sum_func_list(List<Item> &all_fields, List<Item> &send_fields,
|
||||
bool before_group_by);
|
||||
bool before_group_by, bool recompute= FALSE);
|
||||
|
||||
inline void set_items_ref_array(Item **ptr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user