Skip to content

Commit e0ebe3d

Browse files
committed
Merge 10.0 into 10.1
2 parents f8a800b + f6cb4f0 commit e0ebe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/xtradb/log/log0log.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2599,7 +2599,7 @@ log_group_read_log_seg(
25992599
start_lsn += len;
26002600
buf += len;
26012601

2602-
if (recv_sys && recv_sys->report(ut_time())) {
2602+
if (recv_recovery_is_on() && recv_sys && recv_sys->report(ut_time())) {
26032603
ib_logf(IB_LOG_LEVEL_INFO, "Read redo log up to LSN=" LSN_PF,
26042604
start_lsn);
26052605
sd_notifyf(0, "STATUS=Read redo log up to LSN=" LSN_PF,

0 commit comments

Comments
 (0)