Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
-
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