~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_vars.h

  • Committer: Brian Aker
  • Date: 2010-06-22 02:12:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1636.
  • Revision ID: brian@gaz-20100622021226-46o85azoaypx9tlp
Update for count_cuted_fields.

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 */