You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-104 First pass of InfiniDB rename in code
This commit is contained in:
@ -134,7 +134,7 @@ static MYSQL_THDVAR_BOOL(
|
||||
static MYSQL_THDVAR_BOOL(
|
||||
double_for_decimal_math,
|
||||
PLUGIN_VAR_NOCMDARG,
|
||||
"Enable/disable the InfiniDB to replace DECIMAL with DOUBLE in arithmetic operation.",
|
||||
"Enable/disable for ColumnStore to replace DECIMAL with DOUBLE in arithmetic operation.",
|
||||
NULL,
|
||||
NULL,
|
||||
0
|
||||
@ -227,7 +227,7 @@ static MYSQL_THDVAR_ULONG(
|
||||
static MYSQL_THDVAR_ULONG(
|
||||
local_query,
|
||||
PLUGIN_VAR_RQCMDARG,
|
||||
"Enable/disable the Infinidb local PM query only feature.",
|
||||
"Enable/disable the ColumnStore local PM query only feature.",
|
||||
NULL,
|
||||
NULL,
|
||||
0,
|
||||
|
Reference in New Issue
Block a user