~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_mi.h

  • Committer: Brian Aker
  • Date: 2008-07-22 18:31:32 UTC
  • Revision ID: brian@tangent.org-20080722183132-ne2ntl7g7mdf2eez
uint32 -> uin32_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
  pthread_cond_t data_cond,start_cond,stop_cond;
80
80
  THD *io_thd;
81
81
  MYSQL* mysql;
82
 
  uint32 file_id;                               /* for 3.23 load data infile */
 
82
  uint32_t file_id;                             /* for 3.23 load data infile */
83
83
  Relay_log_info rli;
84
84
  uint port;
85
85
  uint connect_retry;