• Jan Lindström's avatar
    MDEV-11168: InnoDB: Failing assertion: !other_lock ||... · 943baa3b
    Jan Lindström authored
    MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->trx->mysql_thd, FALSE) || wsrep_thd_is_BF(other_lock->trx->mysql_thd, FALSE)
    
        Problem was that we moved lock request to head of lock queue
        even when lock request has to wait.
    943baa3b
innodb-lock-schedule-algorithm.test 1.82 KB