[MDEV-28373] mysql.gtid_slave_pos DDL/DML statements are written into the binary log Created: 2022-04-20 Updated: 2023-11-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Brandon Nesterenko | Assignee: | Brandon Nesterenko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | gtid | ||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB partially incorporated an upstream patch to ignore performance_schema.* tables, but the remainder of the patch (which ignored rpl_info tables (and a later patch for gtid )) did not make it into the patch. Probably rightfully so because we don't have the exact same tables they ignored (our patch for reference). Ultimately, the upstream approach added new table categories, TABLE_CATEGORY_RPL_INFO and TABLE_CATEGORY_GTID, to be ignored in replication. |