Bug #3899 | ALTER table periodically hangs on Opteron, SuSe Linux | ||
---|---|---|---|
Submitted: | 26 May 2004 21:13 | Modified: | 24 Jun 2004 13:51 |
Reporter: | Peter Zaitsev (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.2bk | OS: | Linux (Linux) |
Assigned to: | Sergey Petrunya | CPU Architecture: | Any |
[26 May 2004 21:13]
Peter Zaitsev
[26 May 2004 21:45]
Peter Zaitsev
Something which might be relevant to this bug: As you see error message contain different key name compared to originally passed, so it could be some sort of memory corruption happening mysql> alter table STUDENT drop key DMN_ID, add key(DMN_ID,STUD_ID); ERROR 1091: Can't DROP 'STUD_ID'. Check that column/key exists mysql> alter table STUDENT drop key DMN_ID; ERROR 1091: Can't DROP '°â@'. Check that column/key exists
[21 Jun 2004 15:16]
Bernhard Schmitz
I have got the same prob on our dual xeon mysqlserver. The error occurs only if i tried before this to drop a non existing index: ERROR 1091 (42000): Can't DROP 'bswtext'. Check that column/key exists alter table add index... The next drop index statement fails on my system. Main Problem is that the system hangs and you have to kill the mysql Server with -SIGKILL.
[23 Jun 2004 9:19]
Sergey Petrunya
See BUG#4255 for a simpler test case.
[23 Jun 2004 9:32]
Sergey Petrunya
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: ChangeSet@1.1959, 2004-06-23 11:40:42+04:00, sergefp@mysql.com Fix and test case for BUG#3899
[23 Jun 2004 9:58]
Sergey Petrunya
Please disregard the previous comment. The fix hasn't been commited yet.
[24 Jun 2004 13:51]
Sergey Petrunya
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: ChangeSet@1.1958.1.1, 2004-06-23 11:40:42+04:00, sergefp@mysql.com Fix and test case for BUG#3899