~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2010-08-09 16:50:51 UTC
  • mto: (1698.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1699.
  • Revision ID: brian@gaz-20100809165051-wd7cjrnjn65b3zdc
Use local key_Cache, global now goes away.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1713
1713
  memset(&status_var, 0, sizeof(status_var));
1714
1714
 
1715
1715
  /* Reset the counters of all key caches (default and named). */
1716
 
  reset_key_cache_counters();
1717
1716
  flush_status_time= time((time_t*) 0);
1718
1717
  current_global_counters.max_used_connections= 1; /* We set it to one, because we know we exist */
1719
1718
  LOCK_status.unlock();