~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.cc

  • Committer: Brian Aker
  • Date: 2009-03-17 00:07:32 UTC
  • mfrom: (934.3.11 mordred)
  • Revision ID: brian@tangent.org-20090317000732-19aor8jb9t3es68a
Merge of Monty/Eric/Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  thread_count--;
54
54
  pthread_mutex_unlock(&LOCK_thread_count);
55
55
 
 
56
  my_thread_end();
56
57
  pthread_exit(0);
57
58
 
58
59
  return true; // We should never reach this point