summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_sst_rsync2.cnf
blob: 0159596f99bea7231b31dd59719d3f75d9681bdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!include ../galera_2nodes.cnf

[mysqld]
wsrep_sst_method=rsync

[mysqld.1]
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true'
log_bin=@ENV.MYSQLTEST_VARDIR/server1_binlog
log_bin_index=@ENV.MYSQLTEST_VARDIR/tmp/server1_binlog_index.index

[mysqld.2]
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'
log_bin=@ENV.MYSQLTEST_VARDIR/server2_binlog
log_bin_index=@ENV.MYSQLTEST_VARDIR/tmp/server2_binlog_index.index