mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
commit
c425d93b92
16 changed files with 362 additions and 199 deletions
|
|
@ -960,7 +960,8 @@ fail:
|
|||
DBUG_EXECUTE_IF("log_checksum_mismatch", { cksum = crc + 1; });
|
||||
|
||||
if (crc != cksum) {
|
||||
ib::error() << "Invalid log block checksum."
|
||||
ib::error_or_warn(srv_operation != SRV_OPERATION_BACKUP)
|
||||
<< "Invalid log block checksum."
|
||||
<< " block: " << block_number
|
||||
<< " checkpoint no: "
|
||||
<< log_block_get_checkpoint_no(buf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue