mariadb/storage/innobase/buf
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
..
buf0buddy.cc Merge 10.11 into 11.4 2025-05-13 13:44:58 +03:00
buf0buf.cc Merge branch '11.8' into 12.2 2026-01-08 12:02:45 +01:00
buf0checksum.cc MDEV-35049: Privatize ut_fold_ulint_pair() 2025-01-10 16:40:22 +02:00
buf0dblwr.cc Merge branch '11.8' into 12.2 2026-01-08 12:02:45 +01:00
buf0dump.cc MDEV-38499: cmake and compile warnings on MacOSX when 2026-01-16 10:40:49 +02:00
buf0flu.cc Binlog-in-engine: New binlog implementation integrated in InnoDB 2026-01-23 03:21:03 +01:00
buf0lru.cc Merge 11.4 into 11.8 2025-09-30 09:28:08 +03:00
buf0rea.cc Merge 10.6 into 10.11 2025-10-23 10:38:55 +03:00