mariadb/mysql-test/suite/innodb/t/innodb-lock-schedule-algorithm.opt
Jan Lindström 943baa3ba8 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.
2016-12-01 13:07:28 +02:00

2 lines
79 B
Text

--loose-innodb-lock-wait-timeout=1
--loose-innodb-lock-schedule-algorithm=VATS