mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Make mysql.innodb_mysql_lock deterministic
MDEV-7861 main.innodb_mysql_lock fails sporadically in buildbot
This commit is contained in:
@ -21,6 +21,7 @@ connection con3;
|
||||
set @@autocommit=0;
|
||||
DROP TABLE t1;
|
||||
connection con1;
|
||||
# Waiting for until transaction will be locked inside innodb subsystem
|
||||
# Connection 1 is now holding the lock.
|
||||
# Issuing insert from connection 1 while connection 2&3
|
||||
# is waiting for the lock should give a deadlock error.
|
||||
|
Reference in New Issue
Block a user