1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

galera_new_cluster.sh: unused variables

This commit is contained in:
Daniel Black
2018-09-03 09:53:05 +10:00
parent 63ad6a9e1a
commit eda88e60fb

View File

@ -21,9 +21,6 @@ EOF
exit 0
fi
VERSION="@VERSION@@MYSQL_SERVER_SUFFIX@"
COMPILATION_COMMENT="@COMPILATION_COMMENT@"
systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \
systemctl start ${1:-mariadb}