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

MCOL-4329 dev set plugin-maturity to stable

Also remove x-columnstore.cnf
This commit is contained in:
David Hall
2020-09-28 14:35:34 -05:00
parent ef7e150035
commit b5bc38c4ad
3 changed files with 8 additions and 16 deletions

View File

@ -81,6 +81,12 @@ if [ -z "$(pgrep -x mariadbd)" ];then
fi
sleep 2
# One time remove x-columnstore.cnf if it exists.
# x-columnstore.cnf was a kludge for using when plugin-maturity=gamma
if [ -f @MARIADB_MYCNFDIR@/x-columnstore.cnf]; then
/bin/rm -f @MARIADB_MYCNFDIR@/x-columnstore.cnf
fi
if [ -f @ENGINE_SYSCONFDIR@/columnstore/storagemanager.cnf.rpmsave ]; then
/bin/cp -f @ENGINE_SYSCONFDIR@/columnstore/storagemanager.cnf @ENGINE_SYSCONFDIR@/columnstore/storagemanager.cnf.new
/bin/cp -f @ENGINE_SYSCONFDIR@/columnstore/storagemanager.cnf.rpmsave @ENGINE_SYSCONFDIR@/columnstore/storagemanager.cnf