mirror of
https://github.com/MariaDB/server.git
synced 2025-02-14 09:25:35 +01:00
![Jan Lindström](/assets/img/avatar_default.png)
Make sure that nodes have correct auto_increment_offset when they start and when control is turned on.
9 lines
156 B
INI
9 lines
156 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld.1]
|
|
auto_increment_offset=1
|
|
auto_increment_increment=1
|
|
|
|
[mysqld.2]
|
|
auto_increment_offset=2
|
|
auto_increment_increment=1
|