~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/user_commands.h

Merge Joe

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
  UserCommands();
42
42
 
 
43
  UserCommands(const UserCommands &user_commands);
 
44
 
43
45
  uint64_t getSelectCount();
44
46
 
45
47
  void incrementSelectCount(int i= 1);
89
91
 
90
92
  void incrementAdminCount(int i= 1);
91
93
 
 
94
  void merge(UserCommands *user_commands);
 
95
 
92
96
  void reset();
93
97
 
94
98
private: