1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-09 03:41:38 +03:00
mariadb/mysql-test/suite/encryption/t/innodb_encrypt_temporary_tables.combinations
Thirunarayanan Balathandayuthapani 7772c7cd94 MDEV-20340 Encrypted temporary tables cannot be read with full_crc32
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.
2019-08-14 10:32:52 +03:00

6 lines
123 B
Plaintext

[strict_crc32]
--innodb-checksum-algorithm=strict_crc32
[strict_full_crc32]
--innodb-checksum-algorithm=strict_full_crc32