diff options
author | Nirbhay Choubey <nirbhay@skysql.com> | 2014-09-08 21:21:37 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@skysql.com> | 2014-09-08 21:21:37 -0400 |
commit | 47fcca0ffcc09623731f3e36d61ccc8da6b0f493 (patch) | |
tree | edfe9229531d2c035a8547b2c20e7caaee4ccd0a /mysql-test | |
parent | c0483b00295612372af6b33c6613a1a8bd839096 (diff) | |
download | mariadb-git-47fcca0ffcc09623731f3e36d61ccc8da6b0f493.tar.gz |
MDEV-6667 : Improved handling of wsrep-new-cluster option
Code refactoring. Using mysql option handling system to
handle 'wsrep-new-cluster' option.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index 3f1e26822c1..10cfc88eec2 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -1091,6 +1091,10 @@ The following options may be given as the first argument: Max write set size (bytes) --wsrep-mysql-replication-bundle=# mysql replication group commit + --wsrep-new-cluster Bootstrap a cluster. It works by overriding the current + value of wsrep_cluster_address. It is recommended not to + add this option to the config file as this will trigger + bootstrap on every server start. --wsrep-node-address=name Node address --wsrep-node-incoming-address=name @@ -1454,6 +1458,7 @@ wsrep-log-conflicts FALSE wsrep-max-ws-rows 131072 wsrep-max-ws-size 1073741824 wsrep-mysql-replication-bundle 0 +wsrep-new-cluster FALSE wsrep-node-address wsrep-node-incoming-address AUTO wsrep-notify-cmd |