Bug #18001 doc: CREATE TABLE syntax does not explicitly include PARTITION options
Submitted: 6 Mar 2006 22:51 Modified: 8 Mar 2006 4:44
Reporter: Roland Bouman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1.7 OS:Any (all)
Assigned to: Jon Stephens CPU Architecture:Any

[6 Mar 2006 22:51] Roland Bouman
Description:
The documentation of the CREATE TABLE syntax, http://dev.mysql.com/doc/refman/5.1/en/create-table.html, does include a description of the syntax for partitioning. However, the partitioning clause is not included as one of possible table options

How to repeat:
see: http://dev.mysql.com/doc/refman/5.1/en/create-table.html. The 

partition_options:

production should be one of the alternatives listed in the right hand side of the defintion of 

table_option:

(or maybe the last alternative?)

Suggested fix:
Include the partition_options: in the syntax from the CREATE TABLE statement.
[7 Mar 2006 19:24] MySQL Verification Team
Thank you for the bug report.
[8 Mar 2006 4:44] 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:

Updated CREATE TABLE Syntax section in 5.1 Manual with missing option.