You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
Reference in New Issue
Block a user