~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-04-06 16:55:13 UTC
  • mfrom: (970.1.5 merge)
  • Revision ID: brian@tangent.org-20090406165513-0r9u2bo1438u970k
Merge refactoring around plugin_ref

Show diffs side-by-side

added added

removed removed

Lines of Context:
1511
1511
 
1512
1512
static int init_thread_environment()
1513
1513
{
1514
 
  (void) pthread_mutex_init(&LOCK_create_db,MY_MUTEX_INIT_SLOW);
1515
 
  (void) pthread_mutex_init(&LOCK_lock_db,MY_MUTEX_INIT_SLOW);
 
1514
  (void) pthread_mutex_init(&LOCK_create_db, NULL);
 
1515
  (void) pthread_mutex_init(&LOCK_lock_db, NULL);
1516
1516
  (void) pthread_mutex_init(&LOCK_open, NULL);
1517
1517
  (void) pthread_mutex_init(&LOCK_thread_count,MY_MUTEX_INIT_FAST);
1518
1518
  (void) pthread_mutex_init(&LOCK_status,MY_MUTEX_INIT_FAST);