1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Re-enable the ColumnStore_Cache plugin.

This commit is contained in:
Gagan Goel
2020-06-25 11:03:06 -04:00
parent cb2ddad308
commit 4ff4e9eb89

View File

@ -1706,7 +1706,6 @@ int ha_mcs_cache::end_bulk_insert()
ha_mcs_cache Plugin code ha_mcs_cache Plugin code
******************************************************************************/ ******************************************************************************/
#if 0
static handler *ha_mcs_cache_create_handler(handlerton *hton, static handler *ha_mcs_cache_create_handler(handlerton *hton,
TABLE_SHARE *table, TABLE_SHARE *table,
MEM_ROOT *mem_root) MEM_ROOT *mem_root)
@ -1767,7 +1766,6 @@ static int ha_mcs_cache_deinit(void *p)
struct st_mysql_storage_engine ha_mcs_cache_storage_engine= struct st_mysql_storage_engine ha_mcs_cache_storage_engine=
{ MYSQL_HANDLERTON_INTERFACE_VERSION }; { MYSQL_HANDLERTON_INTERFACE_VERSION };
#endif
struct st_mysql_storage_engine columnstore_storage_engine = struct st_mysql_storage_engine columnstore_storage_engine =
{ MYSQL_HANDLERTON_INTERFACE_VERSION }; { MYSQL_HANDLERTON_INTERFACE_VERSION };
@ -1792,7 +1790,6 @@ maria_declare_plugin(columnstore)
MCSVERSION, /* string version */ MCSVERSION, /* string version */
COLUMNSTORE_MATURITY /* maturity */ COLUMNSTORE_MATURITY /* maturity */
}, },
#if 0
{ {
MYSQL_STORAGE_ENGINE_PLUGIN, MYSQL_STORAGE_ENGINE_PLUGIN,
&ha_mcs_cache_storage_engine, &ha_mcs_cache_storage_engine,
@ -1808,7 +1805,6 @@ maria_declare_plugin(columnstore)
MCSVERSION, /* string version */ MCSVERSION, /* string version */
MariaDB_PLUGIN_MATURITY_GAMMA /* maturity */ MariaDB_PLUGIN_MATURITY_GAMMA /* maturity */
}, },
#endif
{ {
MYSQL_INFORMATION_SCHEMA_PLUGIN, MYSQL_INFORMATION_SCHEMA_PLUGIN,
&is_columnstore_plugin_version, &is_columnstore_plugin_version,