~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

  • Committer: Monty Taylor
  • Date: 2010-03-06 02:08:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1381.
  • Revision ID: mordred@inaugust.com-20100306020813-c37d0b39004nl1zf
Remove plugin deinit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
  */
291
291
  if (archive_write_open == true)
292
292
    (void)azclose(&archive_write);
 
293
  pthread_mutex_destroy(&archive_mutex);
293
294
}
294
295
 
295
296
bool ArchiveShare::prime(uint64_t *auto_increment)