Bug #71556 INNODB_SYS_TABLES few columns explained in documentation than it has
Submitted: 1 Feb 2014 20:53 Modified: 4 Aug 2016 7:10
Reporter: Shahriyar Rzayev Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S4 (Feature request)
Version:5.6.15 OS:Linux (Centos 6.5)
Assigned to: CPU Architecture:Any

[1 Feb 2014 20:53] Shahriyar Rzayev
Description:
In Documentation for INNODB_SYS_TABLES there explained column count is 5:

http://dev.mysql.com/doc/refman/5.6/en/innodb-sys-tables-table.html

But actually it has 8:

mysql> desc information_schema.innodb_sys_tables;
+---------------+---------------------+------+-----+---------+-------+
| Field         | Type                | Null | Key | Default | Extra |
+---------------+---------------------+------+-----+---------+-------+
| TABLE_ID      | bigint(21) unsigned | NO   |     | 0       |       |
| NAME          | varchar(655)        | NO   |     |         |       |
| FLAG          | int(11)             | NO   |     | 0       |       |
| N_COLS        | int(11)             | NO   |     | 0       |       |
| SPACE         | int(11)             | NO   |     | 0       |       |
| FILE_FORMAT   | varchar(10)         | YES  |     | NULL    |       |
| ROW_FORMAT    | varchar(12)         | YES  |     | NULL    |       |
| ZIP_PAGE_SIZE | int(11) unsigned    | NO   |     | 0       |       |
+---------------+---------------------+------+-----+---------+-------+
8 rows in set (0.00 sec)

How to repeat:
Open link:

http://dev.mysql.com/doc/refman/5.6/en/innodb-sys-tables-table.html
[4 Aug 2016 7:10] MySQL Verification Team
Hello Shahriyar,

Thank you for the feedback.
This seems to be fixed as I see updated page with all column details.

Thanks,
Umesh