summaryrefslogtreecommitdiff
path: root/cmake/configure.pl
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 /cmake/configure.pl
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 'cmake/configure.pl')
-rw-r--r--cmake/configure.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/configure.pl b/cmake/configure.pl
index 5be47ce5a31..1dc8080810c 100644
--- a/cmake/configure.pl
+++ b/cmake/configure.pl
@@ -179,11 +179,6 @@ foreach my $option (@ARGV)
$cmakeargs = $cmakeargs." -DMYSQL_DATADIR=".substr($option,14);
next;
}
- if ($option =~ /with-debug=full/)
- {
- $cmakeargs = $cmakeargs." -DWITH_DEBUG_FULL=1";
- next;
- }
if ($option =~ /mysql-maintainer-mode/)
{
$cmakeargs = $cmakeargs." -DMYSQL_MAINTAINER_MODE=" .