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

[mysqld]
wsrep_sst_method=xtrabackup-v2
wsrep_sst_auth="root:"
innodb_safe_truncate=OFF

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

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