~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_vars.h

  • Committer: Zimin
  • Date: 2010-06-30 06:36:56 UTC
  • mto: (1643.1.5 build)
  • mto: This revision was merged to the branch mainline in revision 1644.
  • Revision ID: ziminq@gmail.com-20100630063656-5oa531u1mfyn6ybl
move the comment of 'create' in TableList as well

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  void copySystemStatusVar(drizzled::system_status_var *to_var, 
53
53
                           drizzled::system_status_var *from_var);
54
54
 
55
 
  void copyGlobalVariables(StatusVars *status_vars);
56
 
 
57
55
  drizzled::system_status_var* getStatusVarCounters()
58
56
  {
59
57
    return status_var_counters;
60
58
  }
61
59
 
62
 
  uint64_t sent_row_count;
63
 
 
64
60
private:
65
61
  drizzled::system_status_var *status_var_counters;
66
 
 
67
62
};
68
63
 
69
64
#endif /* PLUGIN_LOGGING_STATS_STATUS_VARS_H */