]]>
]]>

innodb_show_sys_tables

Description

This page describes three INFORMATION_SCHEMA tables that make internal InnoDB information visible.

Version Specific Information

Percona Server Version Comments
5.1.56-12.7 Added column NON_NULL_VALS in INNODB_SYS_STATS.

INFORMATION_SCHEMA Tables

INNODB_SYS_INDEXES

InnoDB index statistics in memory

FieldNotes
TABLE_ID bigint(21) unsigned
ID bigint(21) unsigned
NAME varchar(192)
N_FIELDS bigint(21) unsigned
TYPE bigint(21) unsigned
SPACE bigint(21) unsigned
PAGE_NO bigint(21) unsigned

INNODB_SYS_STATS

Field Notes
INDEX_ID bigint(21) unsigned
KEY_COLS bigint(21) unsigned
DIFF_VALS bigint(21) unsigned
NON_NULL_VALS bigint(21) unsigned

INNODB_SYS_TABLES

InnoDB table statistics in memory

FieldNotes
SCHEMA varchar(192)
NAME varchar(192)
ID bigint(21) unsigned
N_COLS bigint(21) unsigned
TYPE bigint(21) unsigned
MIX_ID bigint(21) unsigned
MIX_LEN bigint(21) unsigned
CLUSTER_NAME varchar(192)
SPACE bigint(21) unsigned
 
percona-server/features/innodb_show_sys_tables.txt · Last modified: 2011/07/17 21:05 (external edit)
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Contact Us 24 Hours A Day
Support Contact us 24×7
Emergency? Contact us for help now!
Sales North America (888) 316-9775 or
(208) 473-2904
Sales
Europe
+44-208-133-0309
Sales Latin America +54-0800-666-3243 (Arg.)
+55-0800-020-4918 (Brazil)
Training (855) 55TRAIN or
(925) 271-5054
Share This
]]> ]]>