Bug #70789 Wrong verb
Submitted: 31 Oct 2013 14:36 Modified: 4 Nov 2013 18:36
Reporter: Ammon Sutherland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1, 5.5, 5.6, 5.7 OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[31 Oct 2013 14:36] Ammon Sutherland
Description:
http://dev.mysql.com/doc/refman/5.6/en/partitioning-overview.html

Under the "Some advantages of partitioning are listed here:" section bullet-point 3 there is an error:

"Some queries can be greatly optimized in virtue of the fact that data satisfying a given WHERE clause can be stored only on one or more partitions, which automatically excluding any remaining partitions from the search. "

It should read:

Some queries can be greatly optimized in virtue of the fact that data satisfying a given WHERE clause can be stored only on one or more partitions, which automatically excludes any remaining partitions from the search. 

Change is from the word "excluding" to "excludes".

How to repeat:
view docs

Suggested fix:
adjust "excluding" to "excludes" in this one case.
[31 Oct 2013 15:49] MySQL Verification Team
Thank you for the bug report.
[4 Nov 2013 18:36] 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 36596. Closed.