mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
5 lines
307 B
Text
5 lines
307 B
Text
|
show procedure code foo;
|
||
|
ERROR HY000: The 'SHOW PROCEDURE|FUNCTION CODE' feature is disabled; you need MySQL built with '--with-debug' to have it working
|
||
|
show function code foo;
|
||
|
ERROR HY000: The 'SHOW PROCEDURE|FUNCTION CODE' feature is disabled; you need MySQL built with '--with-debug' to have it working
|