diff --git a/dbcon/mysql/ha_mcs.cpp b/dbcon/mysql/ha_mcs.cpp index 8bf96b495..0253b059a 100644 --- a/dbcon/mysql/ha_mcs.cpp +++ b/dbcon/mysql/ha_mcs.cpp @@ -28,7 +28,7 @@ #include "ha_mcs_version.h" #ifndef COLUMNSTORE_MATURITY -#define COLUMNSTORE_MATURITY MariaDB_PLUGIN_MATURITY_BETA +#define COLUMNSTORE_MATURITY MariaDB_PLUGIN_MATURITY_GAMMA #endif #define CACHE_PREFIX "#cache#" diff --git a/dbcon/mysql/x-columnstore.cnf b/dbcon/mysql/x-columnstore.cnf index f31345ee1..1fd9620d3 100644 --- a/dbcon/mysql/x-columnstore.cnf +++ b/dbcon/mysql/x-columnstore.cnf @@ -1,3 +1,3 @@ # make ha_columnstore.so to load [mariadb] -plugin-maturity=beta +plugin-maturity=gamma