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:
12
mysql-test/main/sp-no-code.test
Normal file
12
mysql-test/main/sp-no-code.test
Normal file
@ -0,0 +1,12 @@
|
||||
#
|
||||
# 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;
|
||||
|
Reference in New Issue
Block a user