~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Joe Daly
  • Date: 2010-06-03 03:33:55 UTC
  • mfrom: (1579 staging)
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100603033355-m2j7qox2l8se4uq4
merge 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