MDEV-21353 Assertion failures due to btr_pcur_restore_pos() misbehaving
In commit befde6e9 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.
Showing
Please register or sign in to comment