~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1500
1500
 
1501
1501
static int init_thread_environment()
1502
1502
{
1503
 
  (void) pthread_mutex_init(&LOCK_create_db,MY_MUTEX_INIT_SLOW);
1504
 
  (void) pthread_mutex_init(&LOCK_lock_db,MY_MUTEX_INIT_SLOW);
 
1503
  (void) pthread_mutex_init(&LOCK_create_db, NULL);
 
1504
  (void) pthread_mutex_init(&LOCK_lock_db, NULL);
1505
1505
  (void) pthread_mutex_init(&LOCK_open, NULL);
1506
1506
  (void) pthread_mutex_init(&LOCK_thread_count,MY_MUTEX_INIT_FAST);
1507
1507
  (void) pthread_mutex_init(&LOCK_status,MY_MUTEX_INIT_FAST);