~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/single_thread/single_thread.cc

  • Committer: Brian Aker
  • Date: 2009-03-20 05:04:15 UTC
  • Revision ID: brian@tangent.org-20090320050415-jeh6bsia5ckj01li
Fix for scheduler no longer needing to understand locks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
bool add_connection(Session *session)
41
41
{
42
 
  safe_mutex_assert_owner(&LOCK_thread_count);
43
 
  (void) pthread_mutex_unlock(&LOCK_thread_count);
44
42
  handle_one_connection((void*) session);
45
43
 
46
44
  return false;