Bug #13155 Partition syntax with explicit partitions cause error for ndb
Submitted: 13 Sep 2005 20:50 Modified: 20 Jan 2006 15:27
Reporter: Jonathan Miller Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.1 OS:Linux (Linux)
Assigned to: Mikael Ronström CPU Architecture:Any

[13 Sep 2005 20:50] Jonathan Miller
Description:
When creating a NDB table with  PARTITION BY KEY the table create is changed under the covers. If you do a show create table on the table the  PARTITION BY KEY part has changed and been broken out into a new format. When mysqldump is used to dump the database, the new create for the given table is dumped as well. MySQLD does not understand this format.

How to repeat:
see private comments.
[14 Sep 2005 14:41] Tomas Ulin
changed title, and created other bug-report

MySQL Bugs: #13179: partition info in mysqldump makes it hard to use dump in different sized cluster
[14 Sep 2005 14:54] Tomas Ulin
changed title, and created other bug-report

MySQL Bugs: #13179: partition info in mysqldump makes it hard to use dump in different sized cluster
[31 Oct 2005 21:39] Mikael Ronström
Needed some work arounds, wasn't properly handled
[19 Jan 2006 9:06] Mikael Ronström
Patch pushed and will appear in 5.1.6
[20 Jan 2006 15:27] 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.