summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/galera/t/galera_event_node_evict.cnf
blob: e9b669babca5c5685805ddcfb7bcffec8bdea354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!include ../galera_4nodes.cnf

[mysqld.1]
wsrep_provider_options='base_port=@mysqld.1.#galera_port;evs.auto_evict=1'

[mysqld.2]
wsrep_provider_options='base_port=@mysqld.2.#galera_port;evs.auto_evict=1'
wsrep_status_file='status2.json'

[mysqld.3]
wsrep_provider_options='base_port=@mysqld.3.#galera_port;evs.auto_evict=1'

[mysqld.4]
wsrep_provider_options='base_port=@mysqld.4.#galera_port;evs.auto_evict=1'