Bug #65449 | MySQL Replication Error | ||
---|---|---|---|
Submitted: | 29 May 2012 8:32 | Modified: | 30 May 2012 11:37 |
Reporter: | Anupam Karmarkar | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | mysql 5.5.24 | OS: | Linux (CENT OS 5.5) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Replicate-do-table, replication |
[29 May 2012 8:32]
Anupam Karmarkar
[29 May 2012 8:54]
Valeriy Kravchuk
Please, send my.cnf file content from master and problematic slave and typical code of procedure you create/alter on master when you get problem on this slave. The output of SHOW SLAVE STATUS when this happens may be also useful.
[29 May 2012 11:44]
Anupam Karmarkar
Master my.cnf
Attachment: Master-my.cnf (application/octet-stream, text), 1.59 KiB.
[29 May 2012 11:44]
Anupam Karmarkar
Slave my.cnf
Attachment: Slave-my.cnf (application/octet-stream, text), 1.32 KiB.
[29 May 2012 11:45]
Anupam Karmarkar
Slave error
Attachment: Slave.error (application/octet-stream, text), 2.50 KiB.
[29 May 2012 11:45]
Anupam Karmarkar
Procedure exmple
Attachment: Procedure.example (application/octet-stream, text), 500 bytes.
[29 May 2012 11:46]
Anupam Karmarkar
Please find requested files
[29 May 2012 11:59]
Anupam Karmarkar
2 Tables which are replicating on slave are not part of procedure also.
[29 May 2012 20:00]
Sveta Smirnova
Looks similar to bug #59135
[30 May 2012 11:37]
Sveta Smirnova
Thank you for the report. This is actually duplicate of bug #37157 for which was considered to explain this behavior in documentation and don't fix the server. Workaround: replicate-do-db=XXX replicate-ignore-table=XXX replicate-ignore-table=XXX ...