mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
b081ad8c65
This commit fixes an issue with IST handling in version 10.9 which is a regression after MDEV-26971 and related to trying to get a non-existent "total" tag on the IST branch (this tag is only defined in SST mode).
44 lines
842 B
INI
44 lines
842 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld.1]
|
|
# server-id=101
|
|
#wsrep-debug=1
|
|
innodb_file_per_table
|
|
innodb_autoinc_lock_mode=2
|
|
#wsrep_sst_method=rsync
|
|
wsrep_sst_method=mariabackup
|
|
wsrep_sst_auth=root:
|
|
binlog_format=ROW
|
|
core-file
|
|
log-output=none
|
|
wsrep_slave_threads=2
|
|
wsrep_on=1
|
|
gtid_strict_mode=1
|
|
log_slave_updates=ON
|
|
log_bin=binlog
|
|
|
|
[mysqld.2]
|
|
# server-id=102
|
|
#wsrep-debug=1
|
|
innodb_file_per_table
|
|
innodb_autoinc_lock_mode=2
|
|
#wsrep_sst_method=rsync
|
|
wsrep_sst_method=mariabackup
|
|
wsrep_sst_auth=root:
|
|
binlog_format=ROW
|
|
core-file
|
|
log-output=none
|
|
wsrep_slave_threads=2
|
|
wsrep_on=1
|
|
gtid_strict_mode=1
|
|
log_slave_updates=ON
|
|
log_bin=binlog
|
|
|
|
[mysqld.1]
|
|
wsrep_provider_options='base_port=@mysqld.1.#galera_port;pc.ignore_sb=true'
|
|
|
|
[mysqld.2]
|
|
wsrep_provider_options='base_port=@mysqld.2.#galera_port;pc.ignore_sb=true'
|
|
|
|
[sst]
|
|
transferfmt=@ENV.MTR_GALERA_TFMT
|