You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Merge pull request #2712 from drrtuy/MCOL-5400
MCOL-5400 Disable group by pushdown
This commit is contained in:
@ -79,7 +79,7 @@ static MYSQL_THDVAR_BOOL(derived_handler, PLUGIN_VAR_NOCMDARG, "Enable/Disable t
|
|||||||
NULL, 1);
|
NULL, 1);
|
||||||
|
|
||||||
static MYSQL_THDVAR_BOOL(group_by_handler, PLUGIN_VAR_NOCMDARG, "Enable/Disable the MCS group_by_handler",
|
static MYSQL_THDVAR_BOOL(group_by_handler, PLUGIN_VAR_NOCMDARG, "Enable/Disable the MCS group_by_handler",
|
||||||
NULL, NULL, 1);
|
NULL, NULL, 0);
|
||||||
|
|
||||||
static MYSQL_THDVAR_BOOL(select_handler_in_stored_procedures, PLUGIN_VAR_NOCMDARG,
|
static MYSQL_THDVAR_BOOL(select_handler_in_stored_procedures, PLUGIN_VAR_NOCMDARG,
|
||||||
"Enable/Disable the MCS select_handler for Stored Procedures", NULL, NULL, 1);
|
"Enable/Disable the MCS select_handler for Stored Procedures", NULL, NULL, 1);
|
||||||
|
Reference in New Issue
Block a user