mirror of https://github.com/MariaDB/server
Browse Source
recv_scan_log(): On recv_sys_t::PREMATURE_EOF, keep reading more log
if recv_sys.lsn < recv_sys.scanned_lsn.
recv_recovery_from_checkpoint_start(): Add a safety check to abort
crash recovery if recv_sys.lsn is not recv_sys.scanned_lsn.
This fixes a serious database corruption bug that was introduced by
commit 2f9e264781 (MDEV-29911).
bb-10.9-MDEV-30100
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue