Bug #104879 Documentation typo
Submitted: 9 Sep 2021 7:55 Modified: 9 Sep 2021 15:52
Reporter: Hamid Nazari Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8 OS:Any
Assigned to: CPU Architecture:Any

[9 Sep 2021 7:55] Hamid Nazari
Description:
"number" is misspelled as "nuber"

How to repeat:
Refer to the documentation of CTEs here:
https://dev.mysql.com/doc/refman/8.0/en/with.html

In the single paragraph near the end of the sub-section "Limiting Common Table Expression Recursion", this statement "Beginning with MySQL 8.0.19, you can also use LIMIT within the recursive query to impose a maximum nuber of rows to be returned to the outermost SELECT, for example" has "number" misspelled as "nuber"

Suggested fix:
change "nuber" to "number"
[9 Sep 2021 7:58] MySQL Verification Team
Hello Hamid Nazari,

Thank you for the report and feedback.

regards,
Umesh
[9 Sep 2021 15:52] Stefan Hinz
Posted by developer:
 
Typo fixed. Thanks for reporting!