Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
N/A
Description
MDEV-15250 introduced latch order violation that index page latches must be acquired before undo log pages latches. But in trx_t::apply_log(), we do acquire undo log page latch before taking index page latch.
InnoDB should copy the undo log record in trx_t::apply_log() and release the
undo log block
Attachments
Issue Links
- is caused by
-
MDEV-15250 UPSERT during ALTER-TABLE results in 'Duplicate entry' error for alter
- Closed
- relates to
-
MDEV-27983 InnoDB hangs on multiple concurrent requests of a cold ROW_FORMAT=COMPRESSED page
- Closed