Bug #92355 Two typos in 8.3.7 of 5.7 reference manual
Submitted: 10 Sep 2018 20:40 Modified: 14 Sep 2018 14:56
Reporter: Bobby Durrett Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.7,8.0 OS:Any
Assigned to: CPU Architecture:Any

[10 Sep 2018 20:40] Bobby Durrett
Description:
In the 8.3.7 InnoDB and MyISAM Index Statistics Collection section of the 5.7 reference manual there are two typos in the following two sentences:

To estimate how may rows must be read for each ref access

To estimate how many row a partial join will produce; that is, the number of rows that an operation of this form will produce:

They should say:

To estimate how many rows must be read for each ref access

To estimate how many rows a partial join will produce; that is, the number of rows that an operation of this form will produce:

The same issue exists in the 8.3.8 section of the 8.0 reference manual.

How to repeat:
Find the two places in 8.3.7 in the 5.7 reference manual where it should say "many rows" but instead it says "may rows" or "many row".

Suggested fix:
Replace "may rows" and "many row" with "many rows"
[10 Sep 2018 23:36] MySQL Verification Team
Thank you for the bug report.
[14 Sep 2018 14:56] Stefan Hinz
Posted by developer:
 
Thanks for reporting! Typos fixed.