summaryrefslogtreecommitdiff
path: root/mysql-test/main/flush.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/flush.test')
-rw-r--r--mysql-test/main/flush.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/main/flush.test b/mysql-test/main/flush.test
index 69567b03a5a..88b04ad2843 100644
--- a/mysql-test/main/flush.test
+++ b/mysql-test/main/flush.test
@@ -425,6 +425,7 @@ drop table t1;
--echo # Bug#52117 Pending FLUSH TALBES <list> aborts
--echo # transactions unnecessarily.
--echo #
+--disable_view_protocol
--disable_warnings
drop table if exists t1;
--enable_warnings
@@ -500,7 +501,7 @@ disconnect con2;
--source include/wait_until_disconnected.inc
connection default;
drop table t1;
-
+--enable_view_protocol
--echo #
--echo # Test for bug #55273 "FLUSH TABLE tm WITH READ LOCK for Merge table
@@ -538,6 +539,7 @@ drop tables tm, t1, t2;
--echo # Test for bug #57006 "Deadlock between HANDLER and
--echo # FLUSH TABLES WITH READ LOCK".
--echo #
+--disable_view_protocol
--disable_warnings
drop table if exists t1, t2;
--enable_warnings
@@ -580,7 +582,7 @@ disconnect con2;
--source include/wait_until_disconnected.inc
connection default;
drop tables t1, t2;
-
+--enable_view_protocol
--echo #
--echo # Bug#57649 FLUSH TABLES under FLUSH TABLES <list> WITH READ LOCK leads