Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.8.9
-
Related to performance
-
Q3/2026 Server Maintenance
Description
After MDEV-40128, the early exit check in lock_move_reorganize_page() is useful only with lock elision support.
This is because, when lock elision is not supported, TMLockGuard falls back to behave like LockGuard.
The same check would be done using LockGuard later, in any case.
Hence, the early exit check can be skipped when lock elision is not supported.
Attachments
Issue Links
- relates to
-
MDEV-40128 lock_move_reorganize_page() takes exclusive lock_sys.latch via LockMutexGuard
-
- Closed
-
-
PERF-475 Loading...