mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Bug Fix
Tests in galera_3nodes fails to start because galera_port , sst_port is not defined.
This commit is contained in:
parent
9749568deb
commit
9534c04515
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue