Bug #23196 | MySQL server does not exit / shutdown when storage engine returns errno 12 | ||
---|---|---|---|
Submitted: | 12 Oct 2006 6:25 | Modified: | 7 Feb 2007 12:19 |
Reporter: | Valeriy Kravchuk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S3 (Non-critical) |
Version: | 5.0.18, 4.1 | OS: | Linux (Linux) |
Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
Tags: | bfsm_2006_11_02, bfsm_2007_02_01 |
[12 Oct 2006 6:25]
Valeriy Kravchuk
[1 Dec 2006 15:11]
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/16313 ChangeSet@1.2537, 2006-12-01 19:11:43+04:00, svoj@mysql.com +3 -0 BUG#23196 - MySQL server does not exit / shutdown when storage engine returns errno 12 If there is not enough memory to store or update blob record (while allocating record buffer), myisam marks table as crashed. With this fix myisam attempts to roll an index back and return an error, not marking a table as crashed. Affects myisam tables with blobs only. No test case for this fix.
[25 Jan 2007 9:28]
Sergey Vojtovich
Pushed to trees currently marked as 5.0.36 and 5.1.15.
[5 Feb 2007 11:41]
Sergey Vojtovich
Pushed to tree currently marked as 4.1.23.
[7 Feb 2007 12:19]
MC Brown
A note has been added to the 4.1.23, 5.0.36 and 5.1.15 changelogs.