Bug #21751 | Uninformative MySQL Cluster error messages for non-existing tablespaces | ||
---|---|---|---|
Submitted: | 21 Aug 2006 12:24 | Modified: | 1 Sep 2006 16:28 |
Reporter: | Roland Bouman | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Disk Data | Severity: | S3 (Non-critical) |
Version: | 5.1.11 | OS: | |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
Tags: | cluster, error messages |
[21 Aug 2006 12:24]
Roland Bouman
[21 Aug 2006 12:56]
Jonas Oreland
[21 Aug 2006 12:57]
Jonas Oreland
mysql> create table bla (id int) tablespace idonotexist storage disk engine ndb; ERROR 1005 (HY000): Can't create table 'test.bla' (errno: 140) mysql> show warnings; +-------+------+---------------------------------------------+ | Level | Code | Message | +-------+------+---------------------------------------------+ | Error | 1296 | Got error 755 'Invalid tablespace' from NDB | | Error | 1005 | Can't create table 'test.bla' (errno: 140) | +-------+------+---------------------------------------------+ 2 rows in set (0.00 sec) mysql>
[1 Sep 2006 8:15]
Jonas Oreland
pushed to 5.1.12, see http://bugs.mysql.com/bug.php?id=16310 for details
[1 Sep 2006 16:28]
Jon Stephens
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 bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented bugfix in 5.1.12 changelog.