From b6e5b5e99bc514daf63f39f46897da5223ae3aa8 Mon Sep 17 00:00:00 2001 From: Dmitry Lenev Date: Tue, 27 Oct 2009 12:43:40 +0300 Subject: [PATCH] Fixed lock_sync.test failure in mysql-next-mr tree in embedded mode. Disabled execution of this test for embedded server until fix for bug 41971 'Thread state on embedded server is always "Writing to net"' is back-ported to this tree. --- mysql-test/t/lock_sync.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/t/lock_sync.test b/mysql-test/t/lock_sync.test index dcfc5a48ee7..73289685114 100644 --- a/mysql-test/t/lock_sync.test +++ b/mysql-test/t/lock_sync.test @@ -4,6 +4,9 @@ --source include/have_debug_sync.inc # We need InnoDB to be able use TL_WRITE_ALLOW_WRITE type of locks in our tests. --source include/have_innodb.inc +# Until bug#41971 'Thread state on embedded server is always "Writing to net"' +# is fixed this test can't be run on embedded version of server. +--source include/not_embedded.inc # Save the initial number of concurrent sessions. --source include/count_sessions.inc