summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp-code.test
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.(none)>2007-06-07 22:23:47 +0200
committerunknown <msvensson@pilot.(none)>2007-06-07 22:23:47 +0200
commit14b95f511b23b884e95d14e00499fe9bc382884c (patch)
tree99765258b265201c2dd2e53e1082cb93f9279de9 /mysql-test/t/sp-code.test
parent4935813cd05527fc53460142a97f07bdb6f7395e (diff)
downloadmariadb-git-14b95f511b23b884e95d14e00499fe9bc382884c.tar.gz
Remove "is_debug_build.inc" and use already existing "have-debug.inc"
BitKeeper/deleted/.del-is_debug_build.inc: Rename: mysql-test/include/is_debug_build.inc -> BitKeeper/deleted/.del-is_debug_build.inc
Diffstat (limited to 'mysql-test/t/sp-code.test')
-rw-r--r--mysql-test/t/sp-code.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sp-code.test b/mysql-test/t/sp-code.test
index 0f249c95172..10755f2bf8a 100644
--- a/mysql-test/t/sp-code.test
+++ b/mysql-test/t/sp-code.test
@@ -2,7 +2,7 @@
# Test the debugging feature "show procedure/function code <name>"
#
--- source include/is_debug_build.inc
+-- source include/have_debug.inc
--disable_warnings
drop procedure if exists empty;