Bug #93560 Wrong redo log filenames on the InnoDB Architecture diagrams
Submitted: 11 Dec 2018 12:58 Modified: 12 Dec 2018 14:28
Reporter: Alexey Kopytov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.5, 5.6, 5.7, 8.0 OS:Any
Assigned to: CPU Architecture:Any

[11 Dec 2018 12:58] Alexey Kopytov
Description:
Love the new architecture diagrams in the reference manual. Thanks to
whoever is responsible for creating and adding them.

One minor issue that caught my eye was wrong redo log file names in the
diagram at
https://dev.mysql.com/doc/refman/8.0/en/innodb-architecture.html.

The diagram currently says "ib_logfile1" and "ib_logfile_2". In fact
their numbering always starts with 0, and there's no underscore before
the file number, so by default they are "ib_logfile0" and
"ib_logfile1". Which is also mentioned at
https://dev.mysql.com/doc/refman/8.0/en/innodb-redo-log.html

How to repeat:
Check the redo log file names on the InnoDB Architecture diagram.
[11 Dec 2018 13:02] MySQL Verification Team
Hello Alexey,

Thank you for the report and feedback!

regards,
Umesh
[12 Dec 2018 14:28] Daniel Price
Posted by developer:
 
The updated diagram should appear online soon.

Thank you for the bug report.