You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +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.
|
# One time remove x-columnstore.cnf if it exists.
|
||||||
# x-columnstore.cnf was a kludge for using when plugin-maturity=gamma
|
# x-columnstore.cnf was a kludge for using when plugin-maturity=gamma
|
||||||
if [ -f @MARIADB_MYCNFDIR@/x-columnstore.cnf]; then
|
if [ -f @MARIADB_MYCNFDIR@/x-columnstore.cnf ]; then
|
||||||
/bin/rm -f @MARIADB_MYCNFDIR@/x-columnstore.cnf
|
/bin/mv -f @MARIADB_MYCNFDIR@/x-columnstore.cnf @MARIADB_MYCNFDIR@/x-columnstore.cnf.rpmsave
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f @ENGINE_SYSCONFDIR@/columnstore/storagemanager.cnf.rpmsave ]; then
|
if [ -f @ENGINE_SYSCONFDIR@/columnstore/storagemanager.cnf.rpmsave ]; then
|
||||||
|
Reference in New Issue
Block a user