1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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:
Nirbhay Choubey
2015-11-02 23:19:37 -05:00
parent d8ecc2a011
commit a574407444

View File

@ -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=''