~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql/plugin_audit.h

  • Committer: Brian Aker
  • Date: 2008-07-04 17:39:41 UTC
  • mfrom: (53.2.3 codestyle2)
  • Revision ID: brian@tangent.org-20080704173941-z0s9jhsl26i3ax1w
Merge from incomming patch from Monty covering warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  const char *general_query;
64
64
  unsigned int general_query_length;
65
65
  struct charset_info_st *general_charset;
66
 
  unsigned long long general_time;
67
 
  unsigned long long general_rows;
 
66
  uint64_t general_time;
 
67
  uint64_t general_rows;
68
68
};
69
69
 
70
70