Bug #19716 Syntax of partition options and partition definition (CREATE TABLE) wrong
Submitted: 11 May 2006 9:42 Modified: 12 May 2006 23:43
Reporter: Horst Hunger Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S2 (Serious)
Version:5.1 OS:
Assigned to: Jon Stephens CPU Architecture:Any

[11 May 2006 9:42] Horst Hunger
Description:
Instead of:
partition_options:
      ...
      [(partition_definition) [, (partition_definition)] ...]

it must be:
partition_options:
      ...
      [(partition_definition [, partition_definition] ...)]

Instead of:
partition_definition:
        ...
        [(subpartition_definition) [, (subpartition_definition)] ...]

It must be:
partition_definition:
        ...
        [(subpartition_definition [, subpartition_definition] ...)]

See examples and attached test file.

How to repeat:
execute examples.
[12 May 2006 23:43] Jon Stephens
Thank you for your bug report. This issue has been addressed in the
documentation. The updated documentation will appear on our website
shortly, and will be included in the next release of the relevant
product(s).

Additional info:

Ew, nasty typo - thanks for catching this.