Bug #13155 Partition syntax with explicit partitions cause error for ndb
Submitted: 13 Sep 2005 22:50 Modified: 20 Jan 2006 16:27
Reporter: Jonathan Miller
Status: Closed
Category:Server: Cluster Severity:S2 (Serious)
Version:5.1 OS:Linux (Linux)
Assigned to: Mikael Ronstrom Target Version:

[13 Sep 2005 22: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 16: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 16: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 22:39] Mikael Ronstrom
Needed some work arounds, wasn't properly handled
[19 Jan 2006 10:06] Mikael Ronstrom
Patch pushed and will appear in 5.1.6
[20 Jan 2006 16: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.