Bug #3692 | Cross-Over Database Queries on master crashes slaves. | ||
---|---|---|---|
Submitted: | 7 May 2004 23:24 | Modified: | 8 May 2004 12:59 |
Reporter: | Dimitrij HIlt | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 4.0.18-standard-log | OS: | Linux (Linux/Debian stable 2.4.21 ia32) |
Assigned to: | CPU Architecture: | Any |
[7 May 2004 23:24]
Dimitrij HIlt
[8 May 2004 12:59]
Guilhem Bichot
Hello, This is expected behaviour of replicate-do-db, as explained here: http://dev.mysql.com/doc/mysql/en/Replication_Options.html You may want to use replicate-wild-do-table=replicate.% instead. Guilhem