• Marko Mäkelä's avatar
    Add InnoDB UNIV_SYNC_DEBUG assertions to rw-lock code. · 739c5296
    Marko Mäkelä authored
    rw_lock_x_lock_func(): Assert that the thread is not already holding
    the lock in a conflicting mode (RW_LOCK_SHARED).
    
    rw_lock_s_lock_func(): Assert that the thread is not already holding
    the lock in a conflicting mode (RW_LOCK_EX).
    739c5296
sync0rw.c 30 KB