summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-no-code.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/sp-no-code.result')
-rw-r--r--mysql-test/r/sp-no-code.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/sp-no-code.result b/mysql-test/r/sp-no-code.result
new file mode 100644
index 00000000000..77d2c93eaf6
--- /dev/null
+++ b/mysql-test/r/sp-no-code.result
@@ -0,0 +1,4 @@
+show procedure code foo;
+ERROR HY000: The 'SHOW PROCEDURE|FUNCTION CODE' feature is disabled; you need MySQL built with '--with-debug' to have it working
+show function code foo;
+ERROR HY000: The 'SHOW PROCEDURE|FUNCTION CODE' feature is disabled; you need MySQL built with '--with-debug' to have it working