~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/i_s.h

  • Committer: Monty Taylor
  • Date: 2009-03-22 08:04:21 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 961.
  • Revision ID: mordred@inaugust.com-20090322080421-xkfmhsstf51vvazm
Moved innodb handler code back to handler/ dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/******************************************************
2
 
InnoDB INFORMATION SCHEMA tables interface to MySQL.
3
 
 
4
 
(c) 2007 Innobase Oy
5
 
 
6
 
Created July 18, 2007 Vasil Dimov
7
 
*******************************************************/
8
 
 
9
 
#ifndef i_s_h
10
 
#define i_s_h
11
 
 
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;
19
 
 
20
 
#endif /* i_s_h */