Bug #481 | error 'Duplicate entry ' | ||
---|---|---|---|
Submitted: | 22 May 2003 21:57 | Modified: | 23 Jun 2003 8:11 |
Reporter: | Shine Varghese | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | OS: | Linux (Linux) | |
Assigned to: | CPU Architecture: | Any |
[22 May 2003 21:57]
Shine Varghese
[23 May 2003 7:59]
Indrek Siitan
Your bug report does not contain enough information for us to repeat it. Is the DESC output from master or slave? From the DESC output it looks like you only have one index on the table, and that is the primary key on the file_id field, but the error message indicates that there's a composite index on file_id and file_owner ('14713-i' - 'i' you are inserting into the file_owner field). Are you sure your table structure on master and slave is in sync?
[23 May 2003 8:11]
Indrek Siitan
Ok, it actually turns out that the DESC output doesn't necessarily show all the indexes. Can you give us 'SHOW CREATE TABLE files_info' and 'SHOW INDEXES FROM files_info' output on both the master and the slave?
[14 Feb 2005 22:51]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".