summaryrefslogtreecommitdiff
path: root/mysql-test/main/flush-innodb.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/flush-innodb.test')
-rw-r--r--mysql-test/main/flush-innodb.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/flush-innodb.test b/mysql-test/main/flush-innodb.test
index bf7b79bb5a3..36d0d1e6e5e 100644
--- a/mysql-test/main/flush-innodb.test
+++ b/mysql-test/main/flush-innodb.test
@@ -1,5 +1,9 @@
--source include/have_innodb.inc
+# Tests will be skipped for the view protocol because the view protocol creates
+# an additional util connection and other statistics data
+-- source include/no_view_protocol.inc
+
# MDEV-254: Server hang with FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT
FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT;
UNLOCK TABLES;