summaryrefslogtreecommitdiff
path: root/mysql-test/main/sp-lock.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/sp-lock.test')
-rw-r--r--mysql-test/main/sp-lock.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/main/sp-lock.test b/mysql-test/main/sp-lock.test
index 703c59e8f28..f31a8268231 100644
--- a/mysql-test/main/sp-lock.test
+++ b/mysql-test/main/sp-lock.test
@@ -20,6 +20,9 @@
--echo # then call a DDL operation on a procedure, and then check
--echo # that the savepoint is no longer present.
+# Tests will be skipped for the view protocol
+-- source include/no_view_protocol.inc
+
--disable_warnings
drop table if exists t1;
drop procedure if exists p1;