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