mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
13 lines
216 B
Text
13 lines
216 B
Text
|
#
|
||
|
# 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;
|
||
|
|