1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Remove "is_debug_build.inc" and use already existing "have-debug.inc"

This commit is contained in:
msvensson@pilot.(none)
2007-06-07 22:23:47 +02:00
parent 597c75d2fd
commit 599ec2f825
2 changed files with 1 additions and 5 deletions

View File

@ -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;