Skip to content

Commit

Permalink
MDEV-13814 Extra logging when innodb_log_archive=ON
Browse files Browse the repository at this point in the history
Backport the fix from 10.0.33 to 5.5, in case someone compiles XtraDB
with -DUNIV_LOG_ARCHIVE
  • Loading branch information
dr-m committed Jan 10, 2018
1 parent a408e88 commit a9c55c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/t/innodb-master.opt
Expand Up @@ -3,3 +3,4 @@
--innodb-strict-mode=0
--innodb-file-per-table=0
--loose-innodb-track-changed-pages
--loose-innodb-log-archive
2 changes: 1 addition & 1 deletion storage/xtradb/log/log0log.c
Expand Up @@ -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) {
Expand Down

0 comments on commit a9c55c0

Please sign in to comment.