~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/ha_pbxt.cc

Merged Drizzle's Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1143
1143
 * return 1 on error, else 0.
1144
1144
 */
1145
1145
#ifdef DRIZZLED
1146
 
static int pbxt_init(Context &registry)
 
1146
static int pbxt_init(module::Context &registry)
1147
1147
#else
1148
1148
static int pbxt_init(void *p)
1149
1149
#endif