Bug #109763 | MySQL Replication setup with Replicate_Do_DB breaks replication | ||
---|---|---|---|
Submitted: | 24 Jan 2023 19:33 | Modified: | 25 Jan 2023 13:10 |
Reporter: | Chanakya Kondam | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 8.0.30 | OS: | Any |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | MySQL, mysql8 |
[24 Jan 2023 19:33]
Chanakya Kondam
[24 Jan 2023 19:57]
Chanakya Kondam
binlog-format is ROW
[25 Jan 2023 13:10]
MySQL Verification Team
Hi, > use replicationfilerdb"; create table `otherdb..tablename` This is not a bug, this is how MySQL replication filters work. It does not work as how many would expect but it is properly documented. Thank you for using MySQL