summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp-no-code.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/sp-no-code.test')
-rw-r--r--mysql-test/t/sp-no-code.test12
1 files changed, 0 insertions, 12 deletions
diff --git a/mysql-test/t/sp-no-code.test b/mysql-test/t/sp-no-code.test
deleted file mode 100644
index 47a1a126627..00000000000
--- a/mysql-test/t/sp-no-code.test
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# Test the debugging feature "show procedure/function code <name>"
-#
-
--- source include/not_debug.inc
-
---error ER_FEATURE_DISABLED
-show procedure code foo;
-
---error ER_FEATURE_DISABLED
-show function code foo;
-