summaryrefslogtreecommitdiff
path: root/mysql-test/main/information_schema_all_engines.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/information_schema_all_engines.test')
-rw-r--r--mysql-test/main/information_schema_all_engines.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/information_schema_all_engines.test b/mysql-test/main/information_schema_all_engines.test
index f8d685d2560..9c1d4555b9e 100644
--- a/mysql-test/main/information_schema_all_engines.test
+++ b/mysql-test/main/information_schema_all_engines.test
@@ -2,6 +2,10 @@
# information_schema_db.test whose results depends on which engines are
# available (since these engines inject tables into INFORMATION_SCHEMA).
+# 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
+
--source include/not_embedded.inc
--source include/have_innodb.inc
--source include/have_perfschema.inc