mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Merge mysql.com:/usr/home/ram/work/bug10798/my41-bug10798
into mysql.com:/usr/home/ram/work/bug10798/my50-bug10798 sql/slave.cc: merging
This commit is contained in:
commit
f27ea1b152
1 changed files with 7 additions and 1 deletions
|
@ -4838,7 +4838,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
|
||||
{
|
||||
/* This is an assertion which sometimes fails, let's try to track it */
|
||||
|
|
Loading…
Reference in a new issue