mirror of
https://github.com/zebrajr/server.git
synced 2025-12-08 07:39:20 +01:00
13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
#
|
|
# 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;
|
|
|