Commit 9534c045 authored by Sachin Setiya's avatar Sachin Setiya

Bug Fix

Tests in galera_3nodes fails to start because galera_port , sst_port is
not defined.
parent 9749568d
......@@ -14,6 +14,9 @@ wsrep-causal-reads=ON
wsrep-sync-wait=15
[mysqld.1]
#galera_port=@OPT.port
#ist_port=@OPT.port
#sst_port=@OPT.port
wsrep-cluster-address='gcomm://'
wsrep_provider_options='base_port=@mysqld.1.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment