Bug #13556 Incorrect parsing of create tablespace statement in 64-bit release
Submitted: 28 Sep 2005 9:23 Modified: 24 Jan 2006 11:36
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.1-ndb-dd OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[28 Sep 2005 9: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 8: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 8:43] Jonas Oreland
This was an uninitilized variable.
Pushed into 5.1.6
[24 Jan 2006 11: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.