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

MCOL-4329 save x-columnstore.cnf

Save to x-columnstore.cnf.rpmsave rather than delete
This commit is contained in:
David Hall
2020-10-22 11:20:04 -05:00
parent b5bc38c4ad
commit a50bec905f

View File

@ -83,8 +83,8 @@ 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
if [ -f @MARIADB_MYCNFDIR@/x-columnstore.cnf ]; then
/bin/mv -f @MARIADB_MYCNFDIR@/x-columnstore.cnf @MARIADB_MYCNFDIR@/x-columnstore.cnf.rpmsave
fi
if [ -f @ENGINE_SYSCONFDIR@/columnstore/storagemanager.cnf.rpmsave ]; then