summaryrefslogtreecommitdiff
path: root/mysql-test/t/flush_read_lock.test
diff options
context:
space:
mode:
authorDmitry Lenev <Dmitry.Lenev@oracle.com>2010-11-12 16:57:08 +0300
committerDmitry Lenev <Dmitry.Lenev@oracle.com>2010-11-12 16:57:08 +0300
commit2f5b308f3b073444f45a3739f0fada20d71cc2d8 (patch)
treec8a81f50c7292b436fc633ad3f3328c26da1ed87 /mysql-test/t/flush_read_lock.test
parent78fa2e4d6d89b8d0bb4b26fe648668b97c9400b9 (diff)
downloadmariadb-git-2f5b308f3b073444f45a3739f0fada20d71cc2d8.tar.gz
Follow-up for patch fixing bug #57006 "Deadlock between
HANDLER and FLUSH TABLES WITH READ LOCK" and bug #54673 "It takes too long to get readlock for 'FLUSH TABLES WITH READ LOCK'". Disable execution of flush_read_lock.test on embedded server. This test uses too many statements which are not supported by embedded server.
Diffstat (limited to 'mysql-test/t/flush_read_lock.test')
-rw-r--r--mysql-test/t/flush_read_lock.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/flush_read_lock.test b/mysql-test/t/flush_read_lock.test
index b234d941e6e..dbb1dd7cb49 100644
--- a/mysql-test/t/flush_read_lock.test
+++ b/mysql-test/t/flush_read_lock.test
@@ -7,6 +7,9 @@
--source include/have_innodb.inc
# We need the Debug Sync Facility.
--source include/have_debug_sync.inc
+# Parts of this test use DDL on events, BINLOG statement and
+# other statements which are not supported in embedded server.
+-- source include/not_embedded.inc
# Save the initial number of concurrent sessions.
--source include/count_sessions.inc