Feature request : Add support for REPLICATE_WILD_DO_TABLE, REPLICATE_WILD_IGNORE_TABLE and a way to persist values between reboots.
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
The ability to filter replicated data based on a pattern would be greatly appreciated.
Here is the relivant mysql documentation on this functionality.
REPLICATE_WILD_DO_TABLE
https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html#option_mysqld_replicate-wild-do-table
REPLICATE_WILD_IGNORE_TABLE
https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html#option_mysqld_replicate-wild-ignore-table
I believe that these are the related functions in the maria db source repo.
https://github.com/MariaDB/server/blob/6f18dc2d117a799998a75a6b39e4fb395460388c/sql/rpl_filter.cc#L407
If I can be of any assistance please let me know.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.