mariadb/mysql-test/suite/galera/t/MDEV-34647.cnf
Jan Lindström 540e6daeee MDEV-37984 : Test failure on galera.MDEV-34647
Make sure that both nodes uses intended auto_increment configuration,
all tables and rows are replicated and ordered correctly.
2026-01-20 16:16:56 +02:00

16 lines
235 B
INI

!include ../galera_2nodes.cnf
[mysqld]
loose-mdev-34647
[mysqld.1]
auto-increment-increment=1
auto-increment-offset=1
log-bin
log-slave-updates
[mysqld.2]
auto-increment-increment=2
auto-increment-offset=1
log-bin
log-slave-updates