1
/******************************************************
2
InnoDB INFORMATION SCHEMA tables interface to MySQL.
6
Created July 18, 2007 Vasil Dimov
7
*******************************************************/
12
extern struct st_mysql_plugin i_s_innodb_trx;
13
extern struct st_mysql_plugin i_s_innodb_locks;
14
extern struct st_mysql_plugin i_s_innodb_lock_waits;
15
extern struct st_mysql_plugin i_s_innodb_cmp;
16
extern struct st_mysql_plugin i_s_innodb_cmp_reset;
17
extern struct st_mysql_plugin i_s_innodb_cmpmem;
18
extern struct st_mysql_plugin i_s_innodb_cmpmem_reset;