summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.ibm.com>2018-09-03 09:53:05 +1000
committerDaniel Black <daniel@linux.ibm.com>2018-09-03 09:53:05 +1000
commiteda88e60fbf6f451863ef33575f53f9f633e27e5 (patch)
tree21915599991afa5ff2f456a9d9b0ada610e63a67
parent63ad6a9e1a33ddd5547767b2894e09ae66196f69 (diff)
downloadmariadb-git-eda88e60fbf6f451863ef33575f53f9f633e27e5.tar.gz
galera_new_cluster.sh: unused variables
-rwxr-xr-xscripts/galera_new_cluster.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/galera_new_cluster.sh b/scripts/galera_new_cluster.sh
index 8bf2fa35cec..837e3e29942 100755
--- a/scripts/galera_new_cluster.sh
+++ b/scripts/galera_new_cluster.sh
@@ -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}