mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
affe1731a1
Analysis: XtraDB merge regression, at the end of mutex_spin_wait before goto mutex_loop there is missing if (prio_mutex) { os_atomic_decrement_ulint(&prio_mutex->high_priority_waiters, 1); } Hence we get unbalanced waiter count. Thanks to Laurynas Biveinis for finding this. |
||
---|---|---|
.. | ||
sync0arr.cc | ||
sync0rw.cc | ||
sync0sync.cc |