Bug #71446 Typo on the page about CREATE TABLE
Submitted: 21 Jan 2014 15:15 Modified: 23 Jan 2014 9:15
Reporter: Valeriy Kravchuk Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: Jon Stephens CPU Architecture:Any
Tags: MAX_ROWS

[21 Jan 2014 15:15] Valeriy Kravchuk
Description:
http://dev.mysql.com/doc/refman/5.6/en/create-table.html says:

" MAX_ROWS

The maximum number of rows you plan to store in the table. This is not a hard limit, but rather a hint to the storage engine that the table must be able to store at least this many rows.

The NDB storage engine treats this value as a maxmimum."

Last word above probably had to be "maximum".

How to repeat:
Search for "maxmimum" on that manual page. 

Suggested fix:
Search for "maxmimum" in the sources of the manual and replace it with "maximum" or something else.
[21 Jan 2014 15:21] MySQL Verification Team
Hello Valeriy,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[23 Jan 2014 9:15] 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 products.

Fixed in mysqldoc rev 37483. Closed.