~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

Merge of Keycache gutting code. (this is a test).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1703
1703
  memset(&status_var, 0, sizeof(status_var));
1704
1704
 
1705
1705
  /* Reset the counters of all key caches (default and named). */
1706
 
  reset_key_cache_counters();
1707
1706
  flush_status_time= time((time_t*) 0);
1708
1707
  current_global_counters.max_used_connections= 1; /* We set it to one, because we know we exist */
1709
1708
  LOCK_status.unlock();