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
This commit is contained in:
Marko Mäkelä 2018-01-10 10:21:52 +02:00
parent a408e881cf
commit a9c55c0059
2 changed files with 2 additions and 1 deletions
mysql-test/suite/innodb/t
storage/xtradb/log

View file

@ -3,3 +3,4 @@
--innodb-strict-mode=0
--innodb-file-per-table=0
--loose-innodb-track-changed-pages
--loose-innodb-log-archive

View file

@ -2539,7 +2539,7 @@ loop:
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) {