mysql-server/mysql-test/t/sp-no-code.test
2025-03-05 14:31:37 +07:00

12 lines
216 B
Text

#
# Test the debugging feature "show procedure/function code <name>"
#
-- source include/have_nodebug.inc
--error ER_FEATURE_DISABLED
show procedure code foo;
--error ER_FEATURE_DISABLED
show function code foo;