mariadb/mysql-test/t/sp-no-code.test
Sergei Golubchik a19a4618e3 remove few .require files and one duplicate have_*inc file.
move variable tests from main to sys-vars
2012-02-23 07:52:27 +01:00

12 lines
213 B
Text

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