1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-23 08:45:18 +03:00
Files
mariadb/mysql-test/main/sp-no-code.test
2018-03-29 13:59:44 +03:00

13 lines
213 B
Plaintext

#
# 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;