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

Merge 10.7 into 10.8

parents 978116d9 979b23d5
......@@ -16,7 +16,7 @@ call mtr.add_suppression("InnoDB: Log scan aborted at LSN");
call mtr.add_suppression("InnoDB: Missing MLOG_FILE_NAME or MLOG_FILE_DELETE before MLOG_CHECKPOINT for tablespace 42\\r?$");
call mtr.add_suppression("InnoDB: Obtaining redo log encryption key version 1 failed");
call mtr.add_suppression("InnoDB: Decrypting checkpoint failed");
call mtr.add_suppression("InnoDB: Are you sure you are using the right ib_logfile0 to start up the database\\? Log sequence number in the ib_logfile0 is 1213964,");
call mtr.add_suppression("InnoDB: Are you sure you are using the right ib_logfile0 to start up the database\\? The checkpoint is 1213964,");
call mtr.add_suppression("InnoDB: Log file .*ib_logfile1 is of different size 1048576 bytes than other log files 2097152 bytes!");
--enable_query_log
......
......@@ -4029,8 +4029,9 @@ recv_recovery_from_checkpoint_start(lsn_t flush_lsn)
" the right ib_logfile0"
" to start up the database?"
" The checkpoint is " LSN_PF
", less than the log sequence number"
LSN_PF " in the system tablespace.",
", less than the"
" log sequence number " LSN_PF
" in the system tablespace.",
checkpoint_lsn, flush_lsn);
}
......
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