Bug #104111 typo in documents
Submitted: 25 Jun 2021 10:09 Modified: 25 Jun 2021 16:18
Reporter: Tomoaki Otsuka Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[25 Jun 2021 10:09] Tomoaki Otsuka
Description:
There is small typo in the document "Engine Condition Pushdown Optimization"

`Beginning with NDB 8.0.20, an outer join using a scan can be pushed if there are no unpushable conditions on any table used in the same join nest, or on any table in join nmests above it on which it depends. ` 

The "nmests" may be "nests"

This is found in https://dev.mysql.com/doc/refman/8.0/en/engine-condition-pushdown-optimization.html
and https://dev.mysql.com/doc/refman/8.0/ja/engine-condition-pushdown-optimization.html

Thank you.

How to repeat:
In the Reference Manual.

Suggested fix:

The "nmests" may be "nests"
[25 Jun 2021 10:27] MySQL Verification Team
Hello 知亮 大塚,

Thank you for the report and feedback.

regards,
Umesh
[25 Jun 2021 16:18] Stefan Hinz
Typo fixed. Thanks for reporting!