Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
It seems users of MySQL often assume that one must use row-based logging to use GTID-based replication. I think adding explicit section to this KB page:
https://mariadb.com/kb/en/library/gtid/
explaining that in MariaDB GTID-based replication works with STATEMENT, MIXED and ROW formats (and documenting restrictions in each format, if any) would help them to get clear understanding that these features are "ortogonal" and there is no need to force ROW-based logging on master just because slaves are using GTID-based replication.