1
0
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:
Roman Nozdrin
2020-06-16 12:33:20 +00:00
parent 871daf4b05
commit 3cfbda3ad3

View File

@ -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,