~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Monty Taylor
  • Date: 2008-10-04 03:14:52 UTC
  • mfrom: (438.1.5 drizzle)
  • Revision ID: monty@inaugust.com-20081004031452-v1evilfl3nvmztgl
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3205
3205
    else
3206
3206
    {
3207
3207
      change_rpl_status(RPL_IDLE_SLAVE,RPL_ACTIVE_SLAVE);
3208
 
      general_log_print(thd, COM_CONNECT_OUT, "%s@%s:%d",
3209
 
                        mi->user, mi->host, mi->port);
3210
3208
    }
3211
3209
  }
3212
3210
  drizzle->reconnect= 1;