Commit 14b95f51 authored by unknown's avatar unknown

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
parent 4935813c
-- require r/is_debug_build.require
--disable_query_log
select instr(version(), "debug") > 0;
--enable_query_log
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment