mariadb/mysql-test/suite/galera/t/galera_vote_rejoin_ddl.cnf
Julius Goryavsky 9ff737b25e MDEV-25307: The value of the auto-increment variables changes during the test
Part #2, specifically for the 10.5+ branch:

The auto-increment parameters can change sporadically during the
execution of the mtr test "galera_vote_rejoin_ddl", causing it to
fail. This patch creates an environment where unpredictable changes
to these auto-increment settings do not occur during the test.
2021-04-13 19:45:53 +02:00

10 lines
140 B
INI

!include ../galera_4nodes.cnf
[mysqld]
wsrep-ignore-apply-errors=0
[mysqld.3]
auto_increment_offset=3
[mysqld.4]
auto_increment_offset=4