• Marko Mäkelä's avatar
    Add InnoDB UNIV_SYNC_DEBUG assertions to rw-lock code. · 16c91952
    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).
    16c91952
sync0rw.ic 13.2 KB