mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -2572,6 +2572,7 @@ static int send_events(binlog_send_info *info, IO_CACHE* log, LOG_INFO* linfo,
|
||||
linfo->pos= my_b_tell(log);
|
||||
info->last_pos= my_b_tell(log);
|
||||
|
||||
log->end_of_file= end_pos;
|
||||
while (linfo->pos < end_pos)
|
||||
{
|
||||
if (should_stop(info))
|
||||
|
Reference in New Issue
Block a user