mirror of
https://github.com/MariaDB/server.git
synced 2025-02-04 21:02:17 +01:00
daed558b2c
This commit contains a fix to use modern syntax for selecting character classes in the tr utility options. Also one of the tests for SST via rsync (galera_sst_rysnc2) is made more reliable (to avoid rare failures during automatic testing).
14 lines
509 B
INI
14 lines
509 B
INI
!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/mysqld.1/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/mysqld.2/server2_binlog
|
|
log_bin_index=@ENV.MYSQLTEST_VARDIR/tmp/server2_binlog_index.index
|