Bug #22708 | Error message doesn't refer to storage engine unsupported | ||
---|---|---|---|
Submitted: | 26 Sep 2006 18:59 | Modified: | 27 Mar 2008 19:03 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.1.12-beta-debug | OS: | Linux (SUSE 10.0 / 64-bit) |
Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
[26 Sep 2006 18:59]
Peter Gulutzan
[26 Sep 2006 19:25]
Valeriy Kravchuk
Thank you for a bug report. Verified just as described.
[4 Dec 2007 14:39]
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/39212 ChangeSet@1.2618, 2007-12-04 18:40:12+04:00, svoj@mysql.com +1 -0 BUG#22708 - Error message doesn't refer to storage engine unsupported When openning a table with unsupported (disabled or not compiled) storage engine, confusing error message is returned. Return better error message when we're attempting to open a table that uses unsupported engine.
[14 Dec 2007 13:04]
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/39988 ChangeSet@1.2618, 2007-12-14 17:05:27+04:00, svoj@mysql.com +1 -0 BUG#22708 - Error message doesn't refer to storage engine unsupported When openning a table with unsupported (disabled or not compiled) storage engine, confusing error message is returned. Return better error message when we're attempting to open a table that uses unsupported engine.
[27 Mar 2008 11:18]
Bugs System
Pushed into 5.1.24-rc
[27 Mar 2008 17:50]
Bugs System
Pushed into 6.0.5-alpha
[27 Mar 2008 19:03]
Paul DuBois
Noted in 5.1.24, 6.0.5 changelogs. The server produced a confusing error message when attempting to open a table that required a storage engine that was not loaded.
[29 Mar 2008 23:59]
Jon Stephens
Also documented in 5.1.23-ndb-6.3.11 changelog.