~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-08-05 09:29:04 UTC
  • mto: (1093.1.57 captain)
  • mto: This revision was merged to the branch mainline in revision 1115.
  • Revision ID: mordred@inaugust.com-20090805092904-a26m53g5b345dtql
Renamed PluginRegistry to plugin::Registry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                        COND *cond);
74
74
};
75
75
 
76
 
int i_s_common_deinit(PluginRegistry &registry);
 
76
int i_s_common_deinit(drizzled::plugin::Registry &registry);
77
77
 
78
78
int innodb_locks_init();
79
79
int innodb_trx_init();