MDEV-14529 - InnoDB rw-locks: optimize memory barriers
Remove volatile modifier from lock_word: it's not supposed for inter-thread communication, use appropriate atomic operations instead.
Showing
Please register or sign in to comment
Remove volatile modifier from lock_word: it's not supposed for inter-thread communication, use appropriate atomic operations instead.