Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2, 10.3, 10.4, 10.5
-
Component/s: Performance Schema, Storage Engine - InnoDB
-
Labels:None
Description
While working on MDEV-24167, I noticed that index_online_log is being instrumented as rw-lock, instead of being instrumented as a mutex. The exact consequences of this are unknown. The row_lock_t::mutex is only used during ALTER ONLINE TABLE when concurrent DML is being buffered or applied.
Attachments
Issue Links
- blocks
-
MDEV-24167 InnoDB unnecessarily uses complex rw-lock implementation
-
- Closed
-