Commit e0ebe3d0 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.0 into 10.1

parents f8a800be f6cb4f0a
......@@ -2599,7 +2599,7 @@ log_group_read_log_seg(
start_lsn += len;
buf += len;
if (recv_sys && recv_sys->report(ut_time())) {
if (recv_recovery_is_on() && recv_sys && recv_sys->report(ut_time())) {
ib_logf(IB_LOG_LEVEL_INFO, "Read redo log up to LSN=" LSN_PF,
start_lsn);
sd_notifyf(0, "STATUS=Read redo log up to LSN=" LSN_PF,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment