1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-27025 insert-intention lock conflicts with waiting ORDINARY lock

The code was backported from 10.5 be8113861c
commit. See that commit message for details.
This commit is contained in:
Vlad Lesin
2022-01-11 18:19:39 +03:00
parent 66f55a018b
commit 5f001bd7b8
12 changed files with 426 additions and 195 deletions

View File

@@ -283,7 +283,6 @@ connection default;
update t1 set b = 'foo';
connection con1;
update t1 set a = 'bar';
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
disconnect con1;
connection default;
drop table t1;