~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/user_commands.h

  • Committer: Tim Martin
  • Date: 2010-04-11 12:10:01 UTC
  • mfrom: (1455 bad-staging)
  • mto: This revision was merged to the branch mainline in revision 1473.
  • Revision ID: timm@woolly-20100411121001-blvrychkybuy7jk9
MergeĀ fromĀ trunk

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: