summaryrefslogtreecommitdiff
path: root/cmake
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
commitc562aece2e5575efad0311594895e3c70db5ccfe (patch)
tree32a84b14d8129529a02df04c5ded3b249fa1af77 /cmake
parent37da529d9f9df31e2e888a8c270cbacd3caa9245 (diff)
downloadmariadb-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 'cmake')
-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=" .