MDEV-9007: Bootstrap does not work in CentOS start script
Some modifications in galera_new_cluster : * Do not use absolute path for systemctl * Fix parameter substitution syntax
This commit is contained in:
parent
d8ecc2a011
commit
a574407444
@ -8,7 +8,7 @@
|
||||
VERSION="@VERSION@@MYSQL_SERVER_SUFFIX@"
|
||||
COMPILATION_COMMENT="@COMPILATION_COMMENT@"
|
||||
|
||||
/usr/bin/systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \
|
||||
/usr/bin/systemctl start {1:-mariadb@service}
|
||||
systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \
|
||||
systemctl start ${1:-mariadb}
|
||||
|
||||
/usr/bin/systemctl set-environment _WSREP_NEW_CLUSTER=''
|
||||
systemctl set-environment _WSREP_NEW_CLUSTER=''
|
||||
|
Loading…
x
Reference in New Issue
Block a user