summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-10-02 10:19:40 +0200
committerSergei Golubchik <serg@mariadb.org>2015-10-05 17:14:15 +0200
commit7ca8b4bbfa3fc1ac12bbfc20530426fa534b9142 (patch)
tree9cc3720ca103f46bb84da6b2f77339a9a404e7c5 /sql/handler.h
parent9ca3d9ea9cc3518706dc8e0e0ac89a58c34dc260 (diff)
downloadmariadb-git-7ca8b4bbfa3fc1ac12bbfc20530426fa534b9142.tar.gz
move internal API out from group_by_handler
into a Pushdown_query object
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/handler.h b/sql/handler.h
index a0c9855cfde..fb5ce226a74 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -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);