~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
605
605
  scheduler= plugin::Scheduler::getScheduler();
606
606
  assert(scheduler);
607
607
 
608
 
  ++connection_count;
 
608
  connection_count.increment();
609
609
 
610
610
  if (connection_count > max_used_connections)
611
611
    max_used_connections= connection_count;