~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_vars.h

  • Committer: Joe Daly
  • Date: 2010-06-04 02:02:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100604020238-g3vvb9vuag7caxl0
try and create some logic with header files, and implement flush status properly

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
  void logStatusVar(drizzled::Session *session);
47
47
 
 
48
  bool hasBeenFlushed(drizzled::Session *session);
 
49
 
48
50
  void merge(StatusVars *status_vars);
49
51
 
50
 
 //TMP
51
 
  void test();
52
 
 
53
 
 
54
52
  void copySystemStatusVar(drizzled::system_status_var *to_var, 
55
53
                           drizzled::system_status_var *from_var);
56
54