blob: 47a1a126627741d760f58e0b855fdce779e9da90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# 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;
|