mariadb/mysql-test/suite/galera_3nodes
Kristian Nielsen 7081f2a58e Binlog-in-engine: New binlog implementation integrated in InnoDB
Implement an improved binlog implementation that is integrated into
the storage engine. The new implementation is enabled with the
--binlog-storage-engine option. Initially the InnoDB storage engine
implements the binlog.

Integrating the binlog in the storage engine improves performance,
since it makes the InnoDB redo log the single source of truth and
avoids the need for expensive two-phase commit between binlog and
engine. It also makes it possible to disable durability (set
--innodb-flush-log-at-trx-commit=0) to further improve performance,
while still preserving the ability to recover the binlog and database
into a consistent state after a crash.

The new binlog implementation also greatly improves the internal
design and implementation of the binlog, and enables future
enhancements for replication.

This is a squash of the original 11.4-based patch series.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2026-01-23 03:21:03 +01:00
..
include galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
r Binlog-in-engine: New binlog implementation integrated in InnoDB 2026-01-23 03:21:03 +01:00
t Binlog-in-engine: New binlog implementation integrated in InnoDB 2026-01-23 03:21:03 +01:00
disabled.def MDEV-32631 : galera_2_cluster: before_rollback(): Assertion `0' failed 2025-02-18 04:51:16 +01:00
galera_2x3nodes.cnf Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
galera_3nodes.cnf Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
my.cnf Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
suite.pm galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00