~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-03-19 22:13:47 UTC
  • mfrom: (942.2.5 merge)
  • Revision ID: brian@tangent.org-20090319221347-9u479ysux2pgc9ib
Merge and fix based on delete mutex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
624
624
  free_root(&main_mem_root, MYF(0));
625
625
  pthread_setspecific(THR_Session,  0);
626
626
 
627
 
  /* Ensure that no one is using Session */
628
 
  pthread_mutex_unlock(&LOCK_delete);
629
627
  pthread_mutex_destroy(&LOCK_delete);
630
628
}
631
629