mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Galera MTR Tests: fix typo in the galera_as_slave_nonprim test, in suite/galera/galera_3nodes_as_slave.cnf
This commit is contained in:
committed by
Nirbhay Choubey
parent
b3ec0a8589
commit
f9510717a4
@@ -60,9 +60,9 @@ wsrep_provider_options='base_port=@mysqld.4.#galera_port;evs.install_timeout = P
|
||||
wsrep_causal_reads=ON
|
||||
wsrep_sync_wait = 7
|
||||
|
||||
wsrep_node_address=192.168.95.128
|
||||
wsrep_sst_receive_address=192.168.95.128:@mysqld.4.#sst_port
|
||||
wsrep_node_incoming_address=192.168.95.128:@mysqld.4.port
|
||||
wsrep_node_address=127.0.0.1
|
||||
wsrep_sst_receive_address=127.0.0.2:@mysqld.4.#sst_port
|
||||
wsrep_node_incoming_address=127.0.0.1:@mysqld.4.port
|
||||
|
||||
# Required for Galera
|
||||
innodb_autoinc_lock_mode=2
|
||||
|
||||
Reference in New Issue
Block a user