~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_mi.cc

  • Committer: Monty Taylor
  • Date: 2008-10-20 08:48:34 UTC
  • mfrom: (520.1.22 drizzle)
  • Revision ID: monty@inaugust.com-20081020084834-xpb3w01vkcp55o02
Merged 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);