~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/libinnodb_datadict_dump_func.h

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef PLUGIN_EMBEDDED_INNODB_LIBINNODB_DATADICT_DUMP_FUNC_H
20
20
#define PLUGIN_EMBEDDED_INNODB_LIBINNODB_DATADICT_DUMP_FUNC_H
21
21
 
22
 
int libinnodb_datadict_dump_func_initialize(drizzled::plugin::Registry &registry);
23
 
int libinnodb_datadict_dump_func_finalize(drizzled::plugin::Registry &registry);
 
22
int libinnodb_datadict_dump_func_initialize(drizzled::plugin::Context &context);
24
23
 
25
24
#endif /* PLUGIN_EMBEDDED_INNODB_LIBINNODB_DATADICT_DUMP_FUNC_H */