mariadb/storage/innobase/log
Thirunarayanan Balathandayuthapani c76873f23d MDEV-20688 Recovery crashes after unnecessarily reading a corrupted page
The test encryption.innodb-redo-badkey was accidentally disabled
until commit 23657a2101 enabled
it recently. Once it was enabled, it started failing randomly.

recv_recover_corrupt_page(): Do not assume that any redo log exists
for the page. A page may be unnecessarily read by read-ahead.
When noting the corruption, reset recv_addr->state to RECV_PROCESSED,
so that even if the same page is re-read again, we will only
decrement recv_sys->n_addrs once.
2019-09-27 17:46:10 +05:30
..
log0crypt.cc MDEV-17228 Encrypted temporary tables are not encrypted 2019-06-28 19:07:59 +05:30
log0log.cc MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while preparing backup 2019-08-07 17:26:44 +03:00
log0recv.cc MDEV-20688 Recovery crashes after unnecessarily reading a corrupted page 2019-09-27 17:46:10 +05:30