Bug #13556 Incorrect parsing of create tablespace statement in 64-bit release
Submitted: 28 Sep 2005 11:23 Modified: 24 Jan 2006 12:36
Reporter: Jonas Oreland
Status: Closed
Category:Server: Cluster Severity:S3 (Non-critical)
Version:5.1-ndb-dd OS:
Assigned to: Jonas Oreland Target Version:

[28 Sep 2005 11:23] Jonas Oreland
Description:
works:
CREATE TABLESPACE ts1 ADD DATAFILE 'datafile.dat' USE LOGFILE GROUP lg1
INITIAL_SIZE 12M ENGINE NDB;
 
fails:
CREATE TABLESPACE ts1 ADD DATAFILE 'datafile.dat' USE LOGFILE GROUP lg1
INITIAL_SIZE =12M ENGINE NDB;

How to repeat:
see above

Suggested fix:
[23 Jan 2006 9: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/1483
[23 Jan 2006 9:43] Jonas Oreland
This was an uninitilized variable.
Pushed into 5.1.6
[24 Jan 2006 12:36] 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 bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Documented bugfix in 5.1.6 changelog; closed.