Bug #36912 | wrong error messages | ||
---|---|---|---|
Submitted: | 23 May 2008 11:36 | Modified: | 28 Jul 2008 21:16 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | 6.0-bk | OS: | Any |
Assigned to: | Marc ALFF | CPU Architecture: | Any |
[23 May 2008 11:36]
Guilhem Bichot
[23 May 2008 11:37]
Guilhem Bichot
in my_base.h, we could replace the #define-s by an enum, which automatically increments values (suggestion by Andrey Hristov).
[23 May 2008 12:34]
MySQL Verification Team
Thank you for the bug report.
[28 Jul 2008 21:16]
Marc ALFF
It seems the code has been fixed already. In mysql 6.0.7, File mysys/my_handler_error.h: /* HA_ERR_FOREIGN_DUPLICATE_KEY */ "Upholding foreign key constraints would lead to a duplicate key error in " "some other table", File include/my_base.h: #define HA_ERR_CORRUPT_EVENT 172 #define HA_ERR_NEW_FILE 173 /* New file format */ Closing as can't repeat.