Bug #44170 | Unexpected errors with certain selects | ||
---|---|---|---|
Submitted: | 8 Apr 2009 22:55 | Modified: | 28 May 2009 9:44 |
Reporter: | Robin McMillon | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.1.30 | OS: | Solaris (OpenSolaris December 2008 build) |
Assigned to: | CPU Architecture: | Any |
[8 Apr 2009 22:55]
Robin McMillon
[8 Apr 2009 23:32]
MySQL Verification Team
Thank you for the bug report. Did you try a CHECK TABLE table_name in the offended database?. Thanks in advance.
[13 Apr 2009 20:48]
Robin McMillon
Output from CHECK TABLE: mysql> check table submission; +----------------+-------+----------+----------+ | Table | Op | Msg_type | Msg_text | +----------------+-------+----------+----------+ | dct.submission | check | status | OK | +----------------+-------+----------+----------+ 1 row in set (6.16 sec) The problems with the SELECT statements still exist.
[13 Apr 2009 21:21]
Sveta Smirnova
Thank you for the feedback. This looks like bug #40953 fixed in version 5.1.31. Please upgrade to current version 5.1.33, try with it and inform us if problem still exists. Would be good if you could provide dump problem repeatable with.
[16 Apr 2009 21:30]
Robin McMillon
I have upgraded the server to 5.1.33, but the problems persist. mysql> select su_lastname, count(su_lastname) from submission group by su_lastname; ERROR 1022 (23000): Can't write; duplicate key in table '/tmp/#sql1cc1_10985_0' mysql> select distinct(su_lastname) from submission; ERROR 1062 (23000): Duplicate entry 'Μπούσιος' for key 'group_key'
[28 Apr 2009 9:44]
Sveta Smirnova
Thank you for the feedback. Yes, we can guarantee data would not be outsourced. Also we destroy it after bug is fixed.
[28 May 2009 23:00]
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".