summaryrefslogtreecommitdiff
path: root/mysql-test/main/flush-innodb.test
diff options
context:
space:
mode:
authorLena Startseva <lena.startseva@mariadb.com>2022-09-27 13:17:59 +0700
committerLena Startseva <lena.startseva@mariadb.com>2022-09-27 13:17:59 +0700
commitf8f25b472e99569c88820787e293801208768b41 (patch)
tree5706936ec41f10a3ed3b4ed807b8e7b994ad4bdd /mysql-test/main/flush-innodb.test
parent789f55c947a8aa224e5b0a71d5c0bea375320091 (diff)
parent2abf499c76a5b872e8dbf84aaa20e1990ed6407e (diff)
downloadmariadb-git-f8f25b472e99569c88820787e293801208768b41.tar.gz
Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders
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 309ec5de014..7665ae5e077 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;