summaryrefslogtreecommitdiff
path: root/BUILD/compile-ndb-autotest
diff options
context:
space:
mode:
authorDavi Arnaut <davi.arnaut@oracle.com>2010-08-06 09:59:38 -0300
committerDavi Arnaut <davi.arnaut@oracle.com>2010-08-06 09:59:38 -0300
commit76382d2746adc7f0d0a16e3addd317e559261a26 (patch)
tree32a84b14d8129529a02df04c5ded3b249fa1af77 /BUILD/compile-ndb-autotest
parent9d503b77e40436e1e90c8f383fddf210026b9623 (diff)
downloadmariadb-git-76382d2746adc7f0d0a16e3addd317e559261a26.tar.gz
Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled
Post-merge fix: remove --with-debug=full, it was only used for safemalloc. BUILD/compile-pentium-mysqlfs-debug: Remove build script for a feature that is long gone.
Diffstat (limited to 'BUILD/compile-ndb-autotest')
-rwxr-xr-xBUILD/compile-ndb-autotest12
1 files changed, 1 insertions, 11 deletions
diff --git a/BUILD/compile-ndb-autotest b/BUILD/compile-ndb-autotest
index be28cc28346..6f86eeb7464 100755
--- a/BUILD/compile-ndb-autotest
+++ b/BUILD/compile-ndb-autotest
@@ -4,16 +4,6 @@ path=`dirname $0`
. "$path/SETUP.sh"
extra_configs="$max_configs --with-ndb-test --with-ndb-ccflags='-DERROR_INSERT'"
-if [ "$full_debug" ]
-then
- extra_flags="$debug_cflags"
- c_warnings="$c_warnings $debug_extra_warnings"
- cxx_warnings="$cxx_warnings $debug_extra_warnings"
- extra_configs="$debug_configs $extra_configs"
-else
- extra_flags="$fast_cflags"
-fi
-
-extra_flags="$extra_flags $max_cflags -g"
+extra_flags="$fast_cflags $max_cflags -g"
. "$path/FINISH.sh"