~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Brian's changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1308
1308
        XT_RETURN(1);
1309
1309
}
1310
1310
 
1311
 
#ifdef DRIZZLED
1312
 
int pbxt_end(Registry &registry)
1313
 
#else
1314
1311
static int pbxt_end(void *)
1315
 
#endif
1316
1312
{
1317
1313
        XTThreadPtr             self;
1318
1314
        int                             err = 0;
1331
1327
                }
1332
1328
        }
1333
1329
 
1334
 
#ifdef DRIZZLED
1335
 
        registry.remove(pbxt_hton);
1336
 
#endif
1337
1330
        XT_RETURN(err);
1338
1331
}
1339
1332
 
 
1333
PBXTStorageEngine::~PBXTStorageEngine()
 
1334
{
 
1335
  pbxt_end(NULL);
 
1336
}
 
1337
 
1340
1338
#ifndef DRIZZLED
1341
1339
static int pbxt_panic(handlerton *hton, enum ha_panic_function flag)
1342
1340
{