mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
![Julius Goryavsky](/assets/img/avatar_default.png)
This commit fixes a crash reported as MDEV-28377 and a number of other crashes in automated tests with mtr that are related to broken .cnf files in galera and galera_3nodes suites, which happened when automatically migrating MDEV-26171 from 10.3 to subsequent higher versions.
17 lines
425 B
INI
17 lines
425 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld]
|
|
wsrep_sst_method=mariabackup
|
|
wsrep_sst_auth="root:"
|
|
wsrep_debug=1
|
|
|
|
[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'
|
|
|
|
[sst]
|
|
transferfmt=@ENV.MTR_GALERA_TFMT
|
|
sst-log-archive=1
|
|
sst-log-archive-dir=@ENV.MYSQLTEST_VARDIR/tmp/logarchive
|