~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2010-08-13 00:50:34 UTC
  • mfrom: (1701.3.1 remove_lock_status)
  • Revision ID: brian@tangent.org-20100813005034-mhyarkruaothpwj7
MErge Joe

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
pthread_key_t THR_Mem_root;
336
336
pthread_key_t THR_Session;
337
337
boost::mutex LOCK_open;
338
 
boost::mutex LOCK_status;
339
338
boost::recursive_mutex LOCK_global_system_variables;
340
339
boost::recursive_mutex LOCK_thread_count;
341
340