~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql/plugin_audit.h

Merging trunk changes from over weekend.

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