~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Joe Daly
  • Date: 2010-06-04 02:48:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100604024855-qg4ft4z3cbmyb8ze
remove last of status var logic except for struct definition

Show diffs side-by-side

added added

removed removed

Lines of Context:
1751
1751
  /* Reset thread's status variables */
1752
1752
  memset(&status_var, 0, sizeof(status_var));
1753
1753
 
1754
 
  /* Reset some global variables */
1755
 
  reset_status_vars();
1756
 
 
1757
1754
  /* Reset the counters of all key caches (default and named). */
1758
1755
  reset_key_cache_counters();
1759
1756
  flush_status_time= time((time_t*) 0);