You've already forked mariadb-columnstore-engine
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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user