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 | 76382d2746adc7f0d0a16e3addd317e559261a26 (patch) | |
tree | 32a84b14d8129529a02df04c5ded3b249fa1af77 /BUILD/Makefile.am | |
parent | 9d503b77e40436e1e90c8f383fddf210026b9623 (diff) | |
download | mariadb-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/Makefile.am')
-rw-r--r-- | BUILD/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD/Makefile.am b/BUILD/Makefile.am index c5732d43fbf..56c86e7a80c 100644 --- a/BUILD/Makefile.am +++ b/BUILD/Makefile.am @@ -52,7 +52,6 @@ EXTRA_DIST = FINISH.sh \ compile-pentium-icc-yassl \ compile-pentium-max \ compile-pentium-myodbc \ - compile-pentium-mysqlfs-debug \ compile-pentium-pgcc \ compile-pentium-valgrind-max \ compile-pentium64 \ |