Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDEV-14529 - InnoDB rw-locks: optimize memory barriers
Relax memory barrier for waiters: these 2 stores must be completed before os_event_set() finishes. This is guaranteed by RELEASE barrier issued by mutex.exit() of os_event_set().
- Loading branch information