Skip to content

Commit 9ff737b

Browse files
committed
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.
1 parent 58f184a commit 9ff737b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mysql-test/suite/galera/t/galera_vote_rejoin_ddl.cnf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
[mysqld]
44
wsrep-ignore-apply-errors=0
5+
6+
[mysqld.3]
7+
auto_increment_offset=3
8+
9+
[mysqld.4]
10+
auto_increment_offset=4

0 commit comments

Comments
 (0)