Bug #64114 Typo in the description of the I_S INNODB_BUFFER_POOL_STATS table
Submitted: 23 Jan 2012 19:39 Modified: 9 Feb 2012 18:37
Reporter: Davi Arnaut (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: John Russell CPU Architecture:Any
Tags: documentation, typo

[23 Jan 2012 19:39] Davi Arnaut
Description:
The column NUMBER_PAGE_READ is actually named NUMBER_PAGES_READ. The plural is used for PAGE. Same applies to NUMBER_PAGE_READ, NUMBER_PAGE_CREATED, NUMER_PAGE_WRITTEN, NUMBER_PAGE_GET, NUMBER_PAGES_READ_AHEAD.

How to repeat:
See http://dev.mysql.com/doc/refman/5.6/en/innodb-buffer-pool-stats-table.html
[23 Jan 2012 19:40] Davi Arnaut
The names can be double checked by examining storage/innobase/handler/i_s.cc
[24 Jan 2012 4:59] Valeriy Kravchuk
Thank you for the problem report.
[9 Feb 2012 18:37] John Russell
Corrected these column names in the 5.6 manual.