mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
move internal API out from group_by_handler
into a Pushdown_query object
This commit is contained in:
@ -1267,8 +1267,7 @@ struct handlerton
|
||||
The server guaranteeds that all tables in the list belong to this
|
||||
storage engine.
|
||||
*/
|
||||
group_by_handler *(*create_group_by)(THD *thd, SELECT_LEX *select_lex,
|
||||
List<Item> *fields,
|
||||
group_by_handler *(*create_group_by)(THD *thd, List<Item> *fields,
|
||||
TABLE_LIST *table_list, ORDER *group_by,
|
||||
ORDER *order_by, Item *where,
|
||||
Item *having);
|
||||
|
Reference in New Issue
Block a user