mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
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:
parent
58f184a4cb
commit
9ff737b25e
1 changed files with 6 additions and 0 deletions
|
|
@ -2,3 +2,9 @@
|
|||
|
||||
[mysqld]
|
||||
wsrep-ignore-apply-errors=0
|
||||
|
||||
[mysqld.3]
|
||||
auto_increment_offset=3
|
||||
|
||||
[mysqld.4]
|
||||
auto_increment_offset=4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue