Bug #12680 | Timezone replication broken by replicate-wild-ignore-table=mysql.% | ||
---|---|---|---|
Submitted: | 19 Aug 2005 17:43 | Modified: | 19 Aug 2005 18:00 |
Reporter: | Dean Ellis | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 4.1 | OS: | |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[19 Aug 2005 17:43]
Dean Ellis
[19 Aug 2005 17:45]
Dean Ellis
When the duplicate key violation occurs on the slave, try this as well: SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE SQL_THREAD; The duplicate key error will occur again. SHOW SLAVE STATUS\G Exec_Master_log_Pos will now point to a position which is invalid on the master, though Relay_Log_Pos remains accurate.
[19 Aug 2005 18:00]
Dean Ellis
Duplicate of 12542; different test case but same problem.