~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-07-14 19:45:50 UTC
  • mfrom: (1660 build)
  • mto: This revision was merged to the branch mainline in revision 1662.
  • Revision ID: barry.leslie@primebase.com-20100714194550-lf2vn7tnum6keqeo
Merge from main trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
 
353
353
passwd *user_info;
354
354
 
355
 
/**
356
 
  Number of currently active user connections. The variable is protected by
357
 
  LOCK_thread_count.
358
 
*/
359
355
atomic<uint32_t> connection_count;
360
356
 
361
357
/**