Bug #92371 Typo in 5.7 and 8.0 reference manuals - stray back quote at end of sentence
Submitted: 11 Sep 2018 22:45 Modified: 14 Sep 2018 14:49
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

[11 Sep 2018 22:45] Bobby Durrett
Description:
In the 5.7 reference manual in the section titled Index-Level Optimizer Hints there is this sentence:

• tbl_name: The table to which the hint applies.`

It should be

• tbl_name: The table to which the hint applies.

There is an extra back quote character at the end of the sentence.

The same typo is in the 8.0 reference manual.

How to repeat:
Find the sentence The table to which the hint applies.`

Suggested fix:
Remove the back quote or ` character.
[11 Sep 2018 23:46] MySQL Verification Team
Thank you for the bug report.
[14 Sep 2018 14:49] Stefan Hinz
Posted by developer:
 
Thanks for reporting! Typo fixed.