mirror of
https://github.com/MariaDB/server.git
synced 2025-04-22 23:25:37 +02:00
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:
parent
a408e881cf
commit
a9c55c0059
2 changed files with 2 additions and 1 deletions
|
@ -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 @@ 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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue