mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '11.1' into 11.2
This commit is contained in:
@ -408,6 +408,9 @@ DROP TABLE t2;
|
||||
DROP TABLE t1;
|
||||
|
||||
|
||||
# The following test is disabled as it fails randomly
|
||||
if (0)
|
||||
{
|
||||
--echo #
|
||||
--echo # Bug#54332 Deadlock with two connections doing LOCK TABLE+INSERT DELAYED
|
||||
--echo #
|
||||
@ -566,6 +569,7 @@ connection default;
|
||||
DROP TABLE t1, t2, t3;
|
||||
--enable_ps_protocol
|
||||
--enable_view_protocol
|
||||
}
|
||||
|
||||
--echo #
|
||||
--echo # Test for bug #56251 "Deadlock with INSERT DELAYED and MERGE tables".
|
||||
|
Reference in New Issue
Block a user