Bug #92905 Typo in buffer_flush_adaptive_avg_pass comment
Submitted: 23 Oct 2018 16:38 Modified: 12 Mar 2019 9:45
Reporter: Alexey Kopytov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:5.7, 8.0 OS:Any
Assigned to: CPU Architecture:Any

[23 Oct 2018 16:38] Alexey Kopytov
Description:
Spotted a typo in the comment for an InnoDB metrics counter ("Numner" instead of "Number"):

mysql> select name, comment from information_schema.innodb_metrics where comment like 'Numner%';
+--------------------------------+-----------------------------------------------------------------+
| name                           | comment                                                         |
+--------------------------------+-----------------------------------------------------------------+
| buffer_flush_adaptive_avg_pass | Numner of adaptive flushes passed during the recent Avg period. |
+--------------------------------+-----------------------------------------------------------------+
1 row in set (0.00 sec)

How to repeat:
See above.
[23 Oct 2018 17:09] MySQL Verification Team
Thank you for the bug report.
[12 Mar 2019 9:45] Erlend Dahl
Fixed in 8.0.17 under the heading of

Bug#20505336 TYPOS IN INNODB_METRICS TABLE METRIC DESCRIPTIONS