1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-1052 WIP HAVING filter works. Decline non GROUP BY fields not presented in the ORDER BY list with error.

This commit is contained in:
Roman Nozdrin
2018-04-10 04:27:08 +03:00
parent 6bd13849b2
commit 05bca5382d
2 changed files with 55 additions and 19 deletions

View File

@ -1162,7 +1162,7 @@ create_calpont_group_by_handler(THD *thd, Query *query)
// Notify the server, that CS handles GROUP BY, ORDER BY and HAVING clauses.
query->group_by = NULL;
query->order_by = NULL;
//query->order_by = NULL;
query->having = NULL;
}