The seven
INFORMATION_SCHEMA tables INNODB_CMP,
INNODB_CMP_RESET, INNODB_CMPMEM, INNODB_CMPMEM_RESET,
INNODB_TRX, INNODB_LOCKS and INNODB_LOCK_WAITS contain live
information about compressed InnoDB tables, the compressed
InnoDB buffer pool, all transactions currently executing inside
InnoDB, the locks that transactions hold and those that are
blocking transactions waiting for access to a resource (a table or
row).
The Information Schema tables are themselves plugins to the MySQL
server, and must be activated by INSTALL
statements. If they are installed, but the InnoDB storage engine
plugin is not installed, these tables appear to be empty.
Following is a description of the new Information Schema tables introduced in the InnoDB storage engine, and some examples of their use.
This is the User’s Guide for InnoDB storage engine 1.1 for MySQL 5.5, generated on 2010-04-13 (revision: 19994) .
