mirror of
https://github.com/MariaDB/server.git
synced 2025-04-13 10:45:33 +02:00

Problem was that transacton was BF-aborted after certification succeeded and transaction tried to rollback and during rollback binlog stmt cache containing sequence value reservations was written into binlog. Transaction must replay because certification succeeded but transaction must not be written into binlog yet, it will be done during commit after the replay. Fix is to skip binlog write if transaction must replay and in replay we need to reset binlog stmt cache. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
9 lines
156 B
INI
9 lines
156 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld.1]
|
|
auto-increment-increment=2
|
|
auto-increment-offset=1
|
|
|
|
[mysqld.2]
|
|
auto-increment-increment=2
|
|
auto-increment-offset=2
|