mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-19161: Let galera_new_cluster use "restart" instead of "start"
Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
This commit is contained in:
committed by
Jan Lindström
parent
66d93a809c
commit
480323f7d6
@ -22,7 +22,7 @@ EOF
|
||||
fi
|
||||
|
||||
systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \
|
||||
systemctl start ${1:-mariadb}
|
||||
systemctl restart ${1:-mariadb}
|
||||
|
||||
extcode=$?
|
||||
|
||||
|
Reference in New Issue
Block a user