Commit 9ff737b2 authored by Julius Goryavsky's avatar Julius Goryavsky

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.
parent 58f184a4
...@@ -2,3 +2,9 @@ ...@@ -2,3 +2,9 @@
[mysqld] [mysqld]
wsrep-ignore-apply-errors=0 wsrep-ignore-apply-errors=0
[mysqld.3]
auto_increment_offset=3
[mysqld.4]
auto_increment_offset=4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment