Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
MDEV-21353 Assertion failures due to btr_pcur_restore_pos() misbehaving
In commit befde6e a bogus condition was added, aiming to avoid debug assertion failures during ALTER TABLE...IMPORT TABLESPACE. page_cur_delete_rec(): Remove the bogus condition, and replace the use of buf_block_modify_clock_inc() with a lower-level operation that skips the debug checks that would fail during IMPORT.
- Loading branch information