GIF89a;
Direktori : /usr/share/mysql-test/t/ |
Current File : //usr/share/mysql-test/t/sp-no-code.test |
# # 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;