1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Make changes based on feedback to PR #1254 for the cache.

This commit is contained in:
Gagan Goel
2020-06-08 14:11:30 -04:00
parent 1216f9fc70
commit 1a5c6910da
3 changed files with 5 additions and 6 deletions

View File

@ -1655,7 +1655,7 @@ static int ha_mcs_cache_deinit(void *p)
if (plugin_maria)
{
plugin_unlock(0, plugin_maria);
plugin_maria= 0;
plugin_maria= NULL;
}
return 0;
}
@ -1696,10 +1696,10 @@ maria_declare_plugin(columnstore)
PLUGIN_LICENSE_GPL,
ha_mcs_cache_init, /* Plugin Init */
ha_mcs_cache_deinit, /* Plugin Deinit */
0x0100, /* 1.0 */
MCSVERSIONHEX,
NULL, /* status variables */
NULL, /* system variables */
"1.0",
MCSVERSION, /* string version */
MariaDB_PLUGIN_MATURITY_ALPHA /* maturity */
},
{