~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Joe Daly
  • Date: 2010-06-25 03:22:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1656.
  • Revision ID: skinny.moey@gmail.com-20100625032255-bzj84xre67qldfpi
initial user stats impl

Show diffs side-by-side

added added

removed removed

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