~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2010-08-17 15:05:09 UTC
  • mto: (1711.1.23 build)
  • mto: This revision was merged to the branch mainline in revision 1714.
  • Revision ID: brian@tangent.org-20100817150509-shvevmrwd01vaga3
Remove recursive-mutex

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
pthread_key_t THR_Session;
337
337
boost::mutex LOCK_open;
338
338
boost::recursive_mutex LOCK_global_system_variables;
339
 
boost::recursive_mutex LOCK_thread_count;
 
339
boost::mutex LOCK_thread_count;
340
340
 
341
341
boost::condition_variable COND_refresh;
342
342
boost::condition_variable COND_thread_count;