Bug #88831 Documentation error in diagram
Submitted: 8 Dec 2017 10:08 Modified: 8 Dec 2017 13:36
Reporter: Phil Lewis Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[8 Dec 2017 10:08] Phil Lewis
Description:
On this page:

https://dev.mysql.com/doc/internals/en/guided-tour-flow.html

The 'text diagram', lines 10 and 13, the comments appear to be swapped:

 Server calls low-level functions   /* myisam */
 |
 |
 Handler stores in file             /* mysys */

How to repeat:
Read the page.

Suggested fix:

 Server calls low-level functions   /* mysys */
 |
 |
 Handler stores in file             /* myisam */
[8 Dec 2017 10:44] MySQL Verification Team
Hello Phil Lewis,

Thank you for the report and feedback!

Thanks,
Umesh
[8 Dec 2017 13:36] Stefan Hinz
Posted by developer:
 
Thanks for reporting! The bug has been fixed; the fix will appear within the next few hours.