Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
In addition to the features requested in MDEV-4989, it would also be helpful to filter GTIDs based on specific gtid_domain_id values when using mysqlbinlog. To do this, mysqlbinlog could have the --do-domain-ids, --ignore-domain-ids, and --ignore-server-ids options, which would be similar to the DO_DOMAIN_IDS, IGNORE_DOMAIN_IDS, and IGNORE_SERVER_IDS options available for CHANGE MASTER TO.
https://mariadb.com/kb/en/library/change-master-to/#do_domain_ids
https://mariadb.com/kb/en/library/change-master-to/#ignore_domain_ids
https://mariadb.com/kb/en/library/change-master-to/#ignore_server_ids
From the commit message:
"For completeness, this patch additionally adds the option --do-server-ids as an alias for
--server-id, which now accepts a list of server ids instead of a
single one."
Attachments
Issue Links
- is part of
-
MDEV-28112 prepare 10.9.0 preview releases
-
- Closed
-
- relates to
-
MDEV-4989 Support for GTID in mysqlbinlog
-
- Closed
-
-
MDEV-22905 Support DO_DOMAIN_IDS and IGNORE_DOMAIN_IDS in replication handshake
-
- Closed
-
-
MXS-2581 Support DO_DOMAIN_IDS and IGNORE_DOMAIN_IDS for the Binlog Router
-
- Closed
-
-
MXS-2589 Adapt binlog router to
-
- Closed
-
Hi Andrei,
This relies on some ground-work laid by
MDEV-4989, so it pends your review of that, but it is good for review otherwise.Commit: 85214cb4f7386bf10aa20fa7d97c2a46cb926001
Buildbot: bb-10.7-MDEV-20119