~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-07-31 05:38:13 UTC
  • mto: (1106.3.2 heap)
  • mto: This revision was merged to the branch mainline in revision 1108.
  • Revision ID: brian@gaz-20090731053813-nip58z7ng0qux5oh
Remove multi key cache

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);