diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-08-06 09:59:38 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-08-06 09:59:38 -0300 |
commit | c562aece2e5575efad0311594895e3c70db5ccfe (patch) | |
tree | 32a84b14d8129529a02df04c5ded3b249fa1af77 /BUILD/compile-pentium64-debug | |
parent | 37da529d9f9df31e2e888a8c270cbacd3caa9245 (diff) | |
download | mariadb-git-c562aece2e5575efad0311594895e3c70db5ccfe.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.
Diffstat (limited to 'BUILD/compile-pentium64-debug')
-rwxr-xr-x | BUILD/compile-pentium64-debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-debug b/BUILD/compile-pentium64-debug index 06ee672789c..7d11ee9df76 100755 --- a/BUILD/compile-pentium64-debug +++ b/BUILD/compile-pentium64-debug @@ -1,7 +1,6 @@ #! /bin/sh path=`dirname $0` -set -- "$@" --with-debug=full . "$path/SETUP.sh" extra_flags="$pentium64_cflags $debug_cflags" |