Bug #24401 | MySQL server crashes if you try to retrieve data from corrupted table | ||
---|---|---|---|
Submitted: | 17 Nov 2006 16:53 | Modified: | 7 Feb 2007 19:05 |
Reporter: | Victoria Reznichenko | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.30 | OS: | Any (any) |
Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
[17 Nov 2006 16:53]
Victoria Reznichenko
[17 Nov 2006 16:56]
MySQL Verification Team
corrupted table
Attachment: t1.zip (application/zip, text), 696 bytes.
[19 Jan 2007 11:12]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/18429 ChangeSet@1.2594, 2007-01-19 15:14:00+04:00, svoj@mysql.com +1 -0 BUG#24401 - MySQL server crashes if you try to retrieve data from corrupted table Accessing a table with corrupted column definition results in server crash. This is fixed by refusing to open such tables. Affects MyISAM only. No test case, since it requires crashed table.
[22 Jan 2007 12:33]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/18536 ChangeSet@1.2594, 2007-01-22 16:34:58+04:00, svoj@mysql.com +1 -0 BUG#24401 - MySQL server crashes if you try to retrieve data from corrupted table Accessing a table with corrupted column definition results in server crash. This is fixed by refusing to open such tables. Affects MyISAM only. No test case, since it requires crashed table.
[25 Jan 2007 9:29]
Sergey Vojtovich
Pushed to trees currently marked as 5.0.36 and 5.1.15.
[5 Feb 2007 11:42]
Sergey Vojtovich
Pushed to tree currently marked as 4.1.23.
[7 Feb 2007 19:05]
Paul DuBois
Noted in 4.1.23, 5.0.36, 5.1.15 changelogs.