mirror of
https://github.com/MariaDB/server.git
synced 2025-06-09 03:41:38 +03:00
Problem: ======== Checksum for the encrypted temporary tablespace is not stored in the page for full crc32 format. Solution: ======== Made temporary tablespace in full crc32 format irrespective of encryption parameter. buf_tmp_page_encrypt(), buf_tmp_page_decrypt() - Both follows full_crc32 format.
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
[strict_crc32]
|
|
--innodb-checksum-algorithm=strict_crc32
|
|
|
|
[strict_full_crc32]
|
|
--innodb-checksum-algorithm=strict_full_crc32
|