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

MDEV-13814 Extra logging when innodb_log_archive=ON

Backport the fix from 10.0.33 to 5.5, in case someone compiles XtraDB
with -DUNIV_LOG_ARCHIVE
parent a408e881
......@@ -3,3 +3,4 @@
--innodb-strict-mode=0
--innodb-file-per-table=0
--loose-innodb-track-changed-pages
--loose-innodb-log-archive
......@@ -2539,7 +2539,7 @@ log_group_read_log_seg(
start_lsn += len;
buf += len;
if (recv_sys) {
if (recv_recovery_is_on()) {
ib_time_t time = ut_time();
if (recv_sys->progress_time - time >= 15) {
......
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