~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql/plugin_audit.h

  • Committer: Monty Taylor
  • Date: 2008-07-04 13:45:27 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: monty@inaugust.com-20080704134527-ogxwoleklmc75099
Updated everything that needs updating to compile with -std=gnu99 -pedantic 

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