mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
4
mysql-test/main/sp-no-code.result
Normal file
4
mysql-test/main/sp-no-code.result
Normal file
@ -0,0 +1,4 @@
|
||||
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
|
Reference in New Issue
Block a user