mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
9ff737b25e
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.
10 lines
140 B
INI
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
|