(and to follow the naming conventons). keep old debug variable, but mark it as deprecated.
5 lines
311 B
Plaintext
5 lines
311 B
Plaintext
show procedure code foo;
|
|
ERROR HY000: The 'SHOW PROCEDURE|FUNCTION CODE' feature is disabled; you need MariaDB built with '--with-debug' to have it working
|
|
show function code foo;
|
|
ERROR HY000: The 'SHOW PROCEDURE|FUNCTION CODE' feature is disabled; you need MariaDB built with '--with-debug' to have it working
|