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