#11787·dolt

Feature request : Add support for REPLICATE_WILD_DO_TABLE, REPLICATE_WILD_IGNORE_TABLE and a way to persist values between reboots.

Author: bknigge-sightlineCreated Sep 10, 2026Updated Sep 16, 2026
Labelsenhancementgood reprocustomer issue

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.