1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/suite/encryption/r
Marko Mäkelä 0f7732d1d1 MDEV-19335 adjustment for innodb_checksum_algorithm=full_crc32
When MDEV-12026 introduced innodb_checksum_algorithm=full_crc32 in
MariaDB 10.4, it accidentally added a dependency on buf_page_t::encrypted.
Now that the flag has been removed, we must adjust the page-read routine.

buf_page_io_complete(): When the full_crc32 page checksum matches but the
tablespace ID in the page does not match after decrypting, we should
declare it a decryption failure and suppress the page dump output and
any attempts to re-read the page.
2019-10-10 15:24:14 +03:00
..
2017-11-01 09:55:00 +02:00
2019-08-16 18:11:32 +05:30
2019-07-02 21:44:58 +03:00
2019-07-02 21:44:58 +03:00
2019-07-02 21:44:58 +03:00
2017-01-05 10:48:03 +02:00
2019-04-05 11:41:03 +03:00
2019-09-27 16:26:53 +03:00