polardbxengine/mysql-test/suite/xengine_main/t/sp-no-code.test

15 lines
276 B
Plaintext

#
# 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;
--source suite/xengine/include/check_xengine_log_error.inc