~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

  • Committer: Lee Bieber
  • Date: 2011-04-14 16:20:43 UTC
  • mfrom: (2277.1.3 build)
  • Revision ID: kalebral@gmail.com-20110414162043-2khq8mql7gvodnzn
Merge Olaf - Refactor Session Cache and Remove table::Cache::singleton()
Merge Olaf - Refactor Thread
Merge Olaf - remove unused functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
  }
423
423
 
424
424
  {
425
 
    boost::mutex::scoped_lock scopedLock(session::Cache::singleton().mutex());
 
425
    boost::mutex::scoped_lock scopedLock(session::Cache::mutex());
426
426
    select_thread_in_use= false;                        // For close_connections
427
427
  }
428
428
  COND_thread_count.notify_all();