mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-35699 Multi-batch recovery occasionally fails
recv_sys_t::parse<storing=NO>(): Do invoke
fil_space_set_recv_size_and_flags() and do parse enough of page 0
to facilitate that.
This fixes a regression that had been introduced in
commit b249a059da
(MDEV-34850).
In a multi-batch crash recovery, we would fail to invoke
fil_space_set_recv_size_and_flags() while parsing the remaining log,
before starting the first recovery batch.
Reviewed by: Debarun Banerjee
Tested by: Matthias Leich
This commit is contained in:
8
mysql-test/suite/encryption/t/recovery_memory.opt
Normal file
8
mysql-test/suite/encryption/t/recovery_memory.opt
Normal file
@@ -0,0 +1,8 @@
|
||||
--innodb_doublewrite=0
|
||||
--innodb_log_file_size=24m
|
||||
--innodb_immediate_scrub_data_uncompressed=1
|
||||
--plugin-load-add=$FILE_KEY_MANAGEMENT_SO
|
||||
--loose-file-key-management
|
||||
--loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/logkey.txt
|
||||
--file-key-management-encryption-algorithm=aes_cbc
|
||||
--innodb-encrypt-log=1
|
Reference in New Issue
Block a user