~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/system_table_ms.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-11 13:51:18 UTC
  • mto: This revision was merged to the branch mainline in revision 2397.
  • Revision ID: olafvdspek@gmail.com-20110811135118-3hk7d3s9ywjz3ibd
Fix PBMS

Show diffs side-by-side

added added

removed removed

Lines of Context:
2390
2390
 
2391
2391
MSSystemTableShare::~MSSystemTableShare()
2392
2392
{
2393
 
#ifdef DRIZZLED
2394
 
        myThrLock.deinit();
2395
 
#else
 
2393
#ifndef DRIZZLED
2396
2394
        thr_lock_delete(&myThrLock);
2397
2395
#endif
2398
2396
        if (myTablePath) {