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

parent 597c75d2
-- 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