mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
InnoDB: improve error message for checksum mismatch
This commit is contained in:
parent
069bad5e6b
commit
5257bcfc7a
1 changed files with 2 additions and 1 deletions
|
|
@ -3970,7 +3970,8 @@ buf_zip_decompress(
|
|||
frame, size, SRV_CHECKSUM_ALGORITHM_INNODB)
|
||||
<< ", none: "
|
||||
<< page_zip_calc_checksum(
|
||||
frame, size, SRV_CHECKSUM_ALGORITHM_NONE);
|
||||
frame, size, SRV_CHECKSUM_ALGORITHM_NONE)
|
||||
<< " (algorithm: " << srv_checksum_algorithm << ")";
|
||||
|
||||
goto err_exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue