1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

make columnstore to load in enterprise

.cnf file overwriting plugin-maturity must be lexicographically
after mariadb-enterprise.cnf

also set the maturity correctly without relying on supermodule doing it
This commit is contained in:
Sergei Golubchik
2020-07-07 16:32:52 +02:00
committed by Patrick LeBlanc
parent 9a462c3b96
commit 87055f42f6
3 changed files with 6 additions and 1 deletions

View File

@ -65,3 +65,5 @@ install(PROGRAMS install_mcs_mysql.sh
install(FILES columnstore.cnf install(FILES columnstore.cnf
DESTINATION ${MARIADB_MYCNFDIR} COMPONENT columnstore-engine) DESTINATION ${MARIADB_MYCNFDIR} COMPONENT columnstore-engine)
install(FILES x-columnstore.cnf
DESTINATION ${MARIADB_MYCNFDIR} COMPONENT columnstore-engine)

View File

@ -28,7 +28,7 @@
#include "ha_mcs_version.h" #include "ha_mcs_version.h"
#ifndef COLUMNSTORE_MATURITY #ifndef COLUMNSTORE_MATURITY
#define COLUMNSTORE_MATURITY MariaDB_PLUGIN_MATURITY_STABLE #define COLUMNSTORE_MATURITY MariaDB_PLUGIN_MATURITY_BETA
#endif #endif
#define CACHE_PREFIX "#cache#" #define CACHE_PREFIX "#cache#"

View File

@ -0,0 +1,3 @@
# make ha_columnstore.so to load
[mariadb]
plugin-maturity=beta