~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-08-11 20:22:59 UTC
  • mfrom: (1093.1.59 captain)
  • Revision ID: brian@gaz-20090811202259-5a92huu2yqmzdx1u
MErge Jay

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();