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.
This commit is contained in:
Julius Goryavsky 2021-04-13 04:51:11 +02:00
commit 9ff737b25e

View file

@ -2,3 +2,9 @@
[mysqld]
wsrep-ignore-apply-errors=0
[mysqld.3]
auto_increment_offset=3
[mysqld.4]
auto_increment_offset=4