~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-06-03 19:30:45 UTC
  • mfrom: (1046.1.6 merge)
  • Revision ID: brian@gaz-20090603193045-4xgeczyfixh07beg
MergeĀ forĀ Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
 
378
378
pthread_key_t THR_Mem_root;
379
379
pthread_key_t THR_Session;
380
 
pthread_mutex_t LOCK_create_db, 
381
 
                LOCK_open, 
382
 
                LOCK_thread_count,
383
 
                LOCK_status,
384
 
                LOCK_global_read_lock,
385
 
                LOCK_global_system_variables;
 
380
pthread_mutex_t LOCK_create_db;
 
381
pthread_mutex_t LOCK_open;
 
382
pthread_mutex_t LOCK_thread_count;
 
383
pthread_mutex_t LOCK_status;
 
384
pthread_mutex_t LOCK_global_read_lock;
 
385
pthread_mutex_t LOCK_global_system_variables;
386
386
 
387
387
pthread_rwlock_t        LOCK_system_variables_hash;
388
388
pthread_cond_t COND_refresh, COND_thread_count, COND_global_read_lock;