mirror of
https://github.com/MariaDB/server.git
synced 2025-04-21 06:35:31 +02:00

- InnoDB fails to recover the full crc32 page_compressed page from doublewrite buffer. The reason is that buf_dblwr_t::recover() fails to identify the space id from the page because the page has compressed from FIL_PAGE_FILE_FLUSH_LSN_OR_KEY_VERSION bytes. Fix: === recv_dblwr_t::find_deferred_page(): Find the page which has the same page number and try to decompress/decrypt the page based on the tablespace metadata. After the decompression/decryption, compare the space id and write the recovered page back to the file. buf_page_t::read_complete(): Page read from disk is corrupted then try to read the page from deferred pages in doublewrite buffer.
3 lines
81 B
Text
3 lines
81 B
Text
--innodb-use-atomic-writes=0
|
|
--innodb-encrypt-tables=on
|
|
--innodb_sys_tablespaces
|