~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_mi.h

Merged from client-rename-split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
  pthread_mutex_t data_lock,run_lock;
79
79
  pthread_cond_t data_cond,start_cond,stop_cond;
80
80
  THD *io_thd;
81
 
  MYSQL* mysql;
 
81
  DRIZZLE *drizzle;
82
82
  uint32_t file_id;                             /* for 3.23 load data infile */
83
83
  Relay_log_info rli;
84
84
  uint port;