Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL)
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.
Attachments
Issue Links
- blocks
-
MDEV-25768 ALTER gtid_slave_pos table storage engine should not be allowed when slave is running.
-
- Closed
-
- relates to
-
MDEV-31413 Node has been dropped from the cluster on Startup / Shutdown with async replica
-
- Closed
-
bnestere If correct gtid position to continue is possible to generate naturally replication is not necessary. However, my main question is where to get that gtid position? Please remember during SST we copy also binlogs from donor but I do not know how you automatically find out correct gtid position. I would not want such implementation that admin needs to run complicated queries or use mysqlbinlog to find the position, it sounds error prone.