1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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.
This commit is contained in:
Thirunarayanan Balathandayuthapani
2019-08-14 12:01:40 +05:30
committed by Marko Mäkelä
parent dc8a20f3d0
commit 7772c7cd94
3 changed files with 24 additions and 30 deletions

View File

@ -0,0 +1,5 @@
[strict_crc32]
--innodb-checksum-algorithm=strict_crc32
[strict_full_crc32]
--innodb-checksum-algorithm=strict_full_crc32