~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-08-03 15:48:31 UTC
  • mfrom: (1106.4.3 no-multi-keycache)
  • mto: This revision was merged to the branch mainline in revision 1108.
  • Revision ID: brian@gaz-20090803154831-fngxv9aby0rjkyn9
Merge in removal of multi-keycache code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1837
1837
  reset_status_vars();
1838
1838
 
1839
1839
  /* Reset the counters of all key caches (default and named). */
1840
 
  process_key_caches(reset_key_cache_counters);
 
1840
  reset_key_cache_counters();
1841
1841
  flush_status_time= time((time_t*) 0);
1842
1842
  max_used_connections= 1; /* We set it to one, because we know we exist */
1843
1843
  pthread_mutex_unlock(&LOCK_status);