summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_sst_mysqldump_with_key.cnf
blob: b7bca487fc5d29162f494551f1736273ee1d3b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
!include ../galera_2nodes.cnf

# We do not set mysqldump-related SST options here because doing so on startup
# causes the first MTR connection to be forefully dropped by Galera, which in turn confuses MTR

[mysqld.1]
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true'
wsrep_causal_reads=0
wsrep_sync_wait=0

[mysqld.2]
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'
wsrep_causal_reads=0
wsrep_sync_wait=0

[mysqld]
wsrep_debug=ON

[client]
ssl-ca=@ENV.MYSQL_TEST_DIR/std_data/cacert.pem
ssl-cert=@ENV.MYSQL_TEST_DIR/std_data/client-cert.pem 
ssl-key=@ENV.MYSQL_TEST_DIR/std_data/client-key.pem