Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
This task enable replication source to fetch only binlog events specifics to a set of tables without any modification of the application code and to fetch part of the schema without being force to copy all the binlogs.
Today MDEV-6593 force the application to set a domain id to enable binlog filtering on the master, this scenario is changing for ever the event order detaching some events into out of order domain for all the slaves. That is not desirable in many cases.
It is preferable that filters can be loaded into the master connections thread and filtering take place inside the master.
Attachments
Issue Links
- includes
-
MDEV-6593 domain_id based replication filters
- Closed
-
MDEV-20438 Replication fails to start if slave's gtid_slave_pos is empty and all of master's binlogs have non-empty Gtid_list values
- Open
- is duplicated by
-
MDEV-34485 Ignored GTID domain IDs still appear in gtid_slave_pos
- Open