MDEV-24410: Bug in SRW_LOCK_DUMMY rw_lock_t wrapper
In commit 43d3dad1 we forgot to invert the return values of rw_tryrdlock() and rw_trywrlock(), causing strange failures.
Showing
Please register or sign in to comment
In commit 43d3dad1 we forgot to invert the return values of rw_tryrdlock() and rw_trywrlock(), causing strange failures.