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 save x-columnstore.cnf
Save to x-columnstore.cnf.rpmsave rather than delete
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user