1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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.
This commit is contained in:
Jan Lindström
2016-12-01 12:44:12 +02:00
parent 2c9bb42d90
commit 943baa3ba8
4 changed files with 222 additions and 3 deletions

View File

@ -0,0 +1,2 @@
--loose-innodb-lock-wait-timeout=1
--loose-innodb-lock-schedule-algorithm=VATS