From 4b42331a3f03737f944eb8423ab519b2b2cad18c Mon Sep 17 00:00:00 2001 From: Dmitry Lenev Date: Tue, 24 Aug 2010 20:20:00 +0400 Subject: Fixed --ps-protocol failures of test for bug#54332 "Deadlock with two connections doing LOCK TABLE+INSERT DELAYED". Disabled --ps-protocol for this part of the test as INSERT DELAYED simply doesn't work with it under LOCK TABLES. --- mysql-test/r/delayed.result | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/r/delayed.result') diff --git a/mysql-test/r/delayed.result b/mysql-test/r/delayed.result index 871931f6b49..4cb97719ff2 100644 --- a/mysql-test/r/delayed.result +++ b/mysql-test/r/delayed.result @@ -348,6 +348,8 @@ DROP TABLE t1; # # Bug#54332 Deadlock with two connections doing LOCK TABLE+INSERT DELAYED # +# This test is not supposed to work under --ps-protocol since +# INSERT DELAYED doesn't work under LOCK TABLES with this protocol. DROP TABLE IF EXISTS t1, t2; CREATE TABLE t1 (a INT); CREATE TABLE t2 (a INT); -- cgit v1.2.1