Bug #108829 The Module name "module_log" and corresponding SUBSYSTEM names are incorrect.
Submitted: 19 Oct 2022 14:03 Modified: 19 Mar 2024 21:18
Reporter: fander chan 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

[19 Oct 2022 14:03] fander chan
Description:

The Module name "module_log" and corresponding SUBSYSTEM names are incorrect.
The document description is as follows:

module_log (subsystem = recovery)

See in the following link:
https://dev.mysql.com/doc/refman/8.0/en/innodb-information-schema-metrics-table.html

It should be modified as:
module_log (subsystem = log)

Different from 5.7,since 8.0, the subsystem=recovery has been changed to subsystem=log

How to repeat:
1. open https://dev.mysql.com/doc/refman/8.0/en/innodb-information-schema-metrics-table.html
2. open https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-metrics-table.html

2. Compare the contents of these two link.

Suggested fix:

Only need to modify the MySQL8.0 document, modify "module_log (subsystem = recovery)" to "module_log (subsystem = log)"
[20 Oct 2022 8:09] MySQL Verification Team
Hello fander chan,

Thank you for the report and feedback.

regards,
Umesh
[19 Mar 2024 21:18] Philip Olson
Posted by developer:
 
I'm not sure when this was fixed, but it was at somepoint; the 8.0+ documentation references "module_log (subsystem = log)"

Thank you for reporting this issue.