mariadb/mysql-test/suite/galera_3nodes/r
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
..
GAL-501.result Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
galera-features#115.result galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera-features#119.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_2_cluster.result Binlog-in-engine: New binlog implementation integrated in InnoDB 2026-01-23 03:21:03 +01:00
galera_allowlist.result MDEV-33787 : Fix Galera test failures on 10.11 2024-04-03 10:04:40 +03:00
galera_certification_ccc.result Galera4 2019-01-23 15:30:00 +04:00
galera_certification_double_failure.result Galera4 2019-01-23 15:30:00 +04:00
galera_duplicate_primary_value.result MDEV-31658 : Deadlock found when trying to get lock during applying 2024-06-19 14:09:11 +02:00
galera_dynamic_protocol.result MDEV-22131 allow transition from unencrypted to TLS cluster communication without cluster downtime 2021-04-29 08:09:20 +03:00
galera_evs_suspect_timeout.result MDEV-36622 : Hang during galera_evs_suspect_timeout test 2025-05-20 20:59:10 +02:00
galera_garbd.result galera tests: corrections for garbd-related tests 2025-04-02 04:29:40 +02:00
galera_garbd_backup.result MDEV-37209 : mtr galera_3nodes.galera_garbd_backup test failures 2025-10-06 14:44:39 +03:00
galera_gtid_2_cluster.result Binlog-in-engine: New binlog implementation integrated in InnoDB 2026-01-23 03:21:03 +01:00
galera_gtid_consistency.result MDEV-35344: post-fix correction for other galera tests 2024-11-06 04:59:10 +01:00
galera_ipv6_mariabackup.result Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
galera_ipv6_mariabackup_section.result Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
galera_ipv6_mysqldump.result Merge branch 10.5 into 10.6 2024-07-09 11:56:47 +02:00
galera_ipv6_rsync.result Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
galera_ipv6_rsync_section.result Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
galera_ist_gcache_rollover.result MDEV-33036 : Galera test case galera_3nodes.galera_ist_gcache_rollover has warning 2024-01-30 00:26:13 +01:00
galera_join_with_cc_A.result galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
galera_join_with_cc_B.result galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
galera_join_with_cc_C.result galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
galera_parallel_apply_3nodes.result galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
galera_pc_bootstrap.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_pc_weight.result galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
galera_safe_to_bootstrap.result Merge 11.4 into 11.8 2025-04-02 14:07:01 +03:00
galera_ssl_reload.result MDEV-32778 : galera_ssl_reload failed with warning message 2024-08-04 17:54:05 +02:00
galera_sst_donor_non_prim.result galera fix: Donor in non-Primary causes assertion in wsrep-lib 2025-02-12 12:25:09 +01:00
galera_sst_stateless.result MTR test to verify that Galera gcs.stateless flag works 2025-08-14 21:59:11 +02:00
galera_toi_vote.result Use only MySQL code for TOI error vote 2024-09-01 02:58:27 +02:00
galera_var_dirty_reads2.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
galera_var_node_address.result MDEV-20485 : Galera test failure on galera.galera_var_node_address 2023-12-21 18:45:57 +01:00
galera_vote_majority_dml.result MDEV-37494: galera_3nodes.galera_vote_majority_dml - merge fix 2025-10-15 18:09:45 +11:00
galera_vote_rejoin_mysqldump.result Merge 11.4 into 11.8 2025-04-02 14:07:01 +03:00
galera_wsrep_schema.result A cleanup for MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-14 08:00:56 +04:00
galera_wsrep_schema_init.result MDEV-30172: Galera test case cleanup 2022-12-07 07:33:51 +02:00
GCF-354.result MDEV-36512 : galera_3nodes.GCF-354: certification position less than last committed 2025-05-20 20:59:10 +02:00
GCF-363.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
GCF-376.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
inconsistency_shutdown.result MDEV-36968 : galera_3nodes.inconsistency_shutdown test occasionally hangs 2025-06-30 01:06:31 +02:00
MDEV-29171.result MDEV-35344: post-fix correction for other galera tests 2024-11-06 04:59:10 +01:00
MDEV-36360.result MDEV-36360: Don't grab table-level X locks for applied inserts 2025-04-02 04:50:30 +02:00