diff options
author | ndbdev@eel.hemma.oreland.se <> | 2004-08-05 22:32:25 +0200 |
---|---|---|
committer | ndbdev@eel.hemma.oreland.se <> | 2004-08-05 22:32:25 +0200 |
commit | 8e74c1b78ce729aece1bccd18bf679e1d8b50df6 (patch) | |
tree | 4d729d126adc44dbd32d9289bc4c90363b9b1784 /configure.in | |
parent | 64618d7fe4c509b30f0990ecca3ffa366f8c27c5 (diff) | |
parent | b023e1835bd521a315be5bfb42efd9148bfb5612 (diff) | |
download | mariadb-git-8e74c1b78ce729aece1bccd18bf679e1d8b50df6.tar.gz |
Merge
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 |