Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
It is known (see https://mariadb.com/kb/en/library/gtid/) that GTID-based replication in MariaDB is the only potentially crash-safe way to replicate. So, it would make sense to use it by default as long as master supports GTIDs (version is 10.0.2+).
Attachments
Issue Links
- relates to
-
MDEV-28798 Previously Binlog Encrypted Master Segfaults on Binlog Dump with Using_Gtid=Slave_Pos
-
- Closed
-
Hi Andrei! This is ready for review.
There are two relevant commits on the branch bb-10.10-MDEV-19801
Commit 1 contains the code changes with an MTR test specific to the code changes: 723c1d3
Commit 2 contains the changes to the MTR tests 19e54ac
Buildbot: bb-10.10-MDEV-19801