summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorndbdev@eel.hemma.oreland.se <>2004-08-05 22:32:25 +0200
committerndbdev@eel.hemma.oreland.se <>2004-08-05 22:32:25 +0200
commit8e74c1b78ce729aece1bccd18bf679e1d8b50df6 (patch)
tree4d729d126adc44dbd32d9289bc4c90363b9b1784 /configure.in
parent64618d7fe4c509b30f0990ecca3ffa366f8c27c5 (diff)
parentb023e1835bd521a315be5bfb42efd9148bfb5612 (diff)
downloadmariadb-git-8e74c1b78ce729aece1bccd18bf679e1d8b50df6.tar.gz
Merge
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6fe3a29ca99..0fb0ccb9b9b 100644
--- a/configure.in
+++ b/configure.in
@@ -2961,10 +2961,10 @@ then
if test "$with_debug" = "yes"
then
# Medium debug.
- NDB_DEFS="-DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
+ NDB_DEFS="-DNDB_DEBUG -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
elif test "$with_debug" = "full"
then
- NDB_DEFS="-DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
+ NDB_DEFS="-DNDB_DEBUG_FULL -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
else
NDB_DEFS="-DNDEBUG"
fi