Commit 30edb3cd authored by unknown's avatar unknown
Browse files

Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maint

into  mysql.com:/usr/home/ram/work/bug10798/my41-bug10798


sql/slave.cc:
  Auto merged
parents 3b801101 045158fc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4283,6 +4283,13 @@ Log_event* next_event(RELAY_LOG_INFO* rli)
	hot_log=0;				// Using old binary log
      }
    }
    /* 
      As there is no guarantee that the relay is open (for example, an I/O
      error during a write by the slave I/O thread may have closed it), we
      have to test it.
    */
    if (!my_b_inited(cur_log))
      goto err;
#ifndef DBUG_OFF
    {
      char llbuf1[22], llbuf2[22];