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
Disable the Columnstore_cache engine w/o reverting it.
This commit is contained in:
@ -1687,21 +1687,21 @@ maria_declare_plugin(columnstore)
|
|||||||
MCSVERSION, /* string version */
|
MCSVERSION, /* string version */
|
||||||
COLUMNSTORE_MATURITY /* maturity */
|
COLUMNSTORE_MATURITY /* maturity */
|
||||||
},
|
},
|
||||||
{
|
//{
|
||||||
MYSQL_STORAGE_ENGINE_PLUGIN,
|
// MYSQL_STORAGE_ENGINE_PLUGIN,
|
||||||
&ha_mcs_cache_storage_engine,
|
// &ha_mcs_cache_storage_engine,
|
||||||
"Columnstore_cache",
|
// "Columnstore_cache",
|
||||||
"MariaDB Corporation AB",
|
// "MariaDB Corporation AB",
|
||||||
"Insert cache for ColumnStore",
|
// "Insert cache for ColumnStore",
|
||||||
PLUGIN_LICENSE_GPL,
|
// PLUGIN_LICENSE_GPL,
|
||||||
ha_mcs_cache_init, /* Plugin Init */
|
// ha_mcs_cache_init, /* Plugin Init */
|
||||||
ha_mcs_cache_deinit, /* Plugin Deinit */
|
// ha_mcs_cache_deinit, /* Plugin Deinit */
|
||||||
MCSVERSIONHEX,
|
// MCSVERSIONHEX,
|
||||||
NULL, /* status variables */
|
// NULL, /* status variables */
|
||||||
NULL, /* system variables */
|
// NULL, /* system variables */
|
||||||
MCSVERSION, /* string version */
|
// MCSVERSION, /* string version */
|
||||||
MariaDB_PLUGIN_MATURITY_ALPHA /* maturity */
|
// MariaDB_PLUGIN_MATURITY_ALPHA /* maturity */
|
||||||
},
|
//},
|
||||||
{
|
{
|
||||||
MYSQL_INFORMATION_SCHEMA_PLUGIN,
|
MYSQL_INFORMATION_SCHEMA_PLUGIN,
|
||||||
&is_columnstore_plugin_version,
|
&is_columnstore_plugin_version,
|
||||||
|
Reference in New Issue
Block a user