~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_mi.cc

update to latest from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
   abort_slave(0), slave_running(0), slave_run_id(0)
36
36
{
37
37
  host[0] = 0; user[0] = 0; password[0] = 0;
38
 
  io_thd= NULL;
 
38
  io_session= NULL;
39
39
  port= DRIZZLE_PORT;
40
40
 
41
41
  pthread_mutex_init(&run_lock, MY_MUTEX_INIT_FAST);