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
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 */
|
||||
COLUMNSTORE_MATURITY /* maturity */
|
||||
},
|
||||
{
|
||||
MYSQL_STORAGE_ENGINE_PLUGIN,
|
||||
&ha_mcs_cache_storage_engine,
|
||||
"Columnstore_cache",
|
||||
"MariaDB Corporation AB",
|
||||
"Insert cache for ColumnStore",
|
||||
PLUGIN_LICENSE_GPL,
|
||||
ha_mcs_cache_init, /* Plugin Init */
|
||||
ha_mcs_cache_deinit, /* Plugin Deinit */
|
||||
MCSVERSIONHEX,
|
||||
NULL, /* status variables */
|
||||
NULL, /* system variables */
|
||||
MCSVERSION, /* string version */
|
||||
MariaDB_PLUGIN_MATURITY_ALPHA /* maturity */
|
||||
},
|
||||
//{
|
||||
// MYSQL_STORAGE_ENGINE_PLUGIN,
|
||||
// &ha_mcs_cache_storage_engine,
|
||||
// "Columnstore_cache",
|
||||
// "MariaDB Corporation AB",
|
||||
// "Insert cache for ColumnStore",
|
||||
// PLUGIN_LICENSE_GPL,
|
||||
// ha_mcs_cache_init, /* Plugin Init */
|
||||
// ha_mcs_cache_deinit, /* Plugin Deinit */
|
||||
// MCSVERSIONHEX,
|
||||
// NULL, /* status variables */
|
||||
// NULL, /* system variables */
|
||||
// MCSVERSION, /* string version */
|
||||
// MariaDB_PLUGIN_MATURITY_ALPHA /* maturity */
|
||||
//},
|
||||
{
|
||||
MYSQL_INFORMATION_SCHEMA_PLUGIN,
|
||||
&is_columnstore_plugin_version,
|
||||
|
Reference in New Issue
Block a user