summaryrefslogtreecommitdiff
path: root/mysql-test/main/flush.test
diff options
context:
space:
mode:
authorLena Startseva <lena.startseva@mariadb.com>2022-09-15 18:30:13 +0700
committerLena Startseva <lena.startseva@mariadb.com>2022-09-23 19:47:30 +0700
commit184e65954b88266bd426de1c82973bf54a88afb1 (patch)
tree482b5be7d68aad5c18a47e439c1f5d0929bd34a8 /mysql-test/main/flush.test
parent78dcf71e88c86772f89f4ae788079c3619a4d38c (diff)
downloadmariadb-git-184e65954b88266bd426de1c82973bf54a88afb1.tar.gz
MDEV-27691: make working view-protocol
Update tests for version 10.4
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