2007-09-20 11:23:44 +00:00
|
|
|
/******************************************************
|
|
|
|
InnoDB INFORMATION SCHEMA tables interface to MySQL.
|
|
|
|
|
|
|
|
(c) 2007 Innobase Oy
|
|
|
|
|
|
|
|
Created July 18, 2007 Vasil Dimov
|
|
|
|
*******************************************************/
|
|
|
|
|
|
|
|
#ifndef i_s_h
|
|
|
|
#define i_s_h
|
|
|
|
|
|
|
|
extern struct st_mysql_plugin i_s_innodb_trx;
|
|
|
|
extern struct st_mysql_plugin i_s_innodb_locks;
|
|
|
|
extern struct st_mysql_plugin i_s_innodb_lock_waits;
|
2007-10-03 14:00:54 +00:00
|
|
|
extern struct st_mysql_plugin i_s_innodb_zip;
|
|
|
|
extern struct st_mysql_plugin i_s_innodb_zip_reset;
|
2007-09-20 11:23:44 +00:00
|
|
|
|
|
|
|
#endif /* i_s_h */
|