~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-03-20 02:46:12 UTC
  • Revision ID: brian@tangent.org-20090320024612-4c88agxfpx343czc
Stupid fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
544
544
    (void) pthread_mutex_unlock(&LOCK_thread_count);
545
545
    unlink_session(tmp);
546
546
  }
547
 
  /* All threads has now been aborted */
548
 
  (void) pthread_mutex_lock(&LOCK_thread_count);
549
 
 
550
547
  assert(session_list.is_empty());
551
548
}
552
549