~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2008-10-06 03:55:31 UTC
  • mto: This revision was merged to the branch mainline in revision 479.
  • Revision ID: brian@gir.tangent.org-20081006035531-ade3cc3kfwutd35g
uint cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
/* sql_repl.cc */
67
67
void write_bin_log(THD *thd, bool clear_error,
68
68
                   char const *query, ulong query_length);
69
 
void mysql_binlog_send(THD* thd, char* log_ident, my_off_t pos, ushort flags);
 
69
void mysql_binlog_send(THD* thd, char* log_ident, my_off_t pos, uint16_t flags);
70
70
void mysql_client_binlog_statement(THD *thd);
71
71
 
72
72
/* sql_rename.cc */