# At a local mysql-5.5-bugfixing repository of davi
3167 Davi Arnaut 2010-08-09
Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled
Post-merge fix: add missing comma.
modified:
configure.in
=== modified file 'configure.in'
--- a/configure.in 2010-08-06 12:59:38 +0000
+++ b/configure.in 2010-08-09 13:17:48 +0000
@@ -1732,7 +1732,7 @@ then
fi
AC_ARG_WITH(debug,
- [AS_HELP_STRING([--with-debug], [Add debug code @<:@default=no@:>@])]
+ [AS_HELP_STRING([--with-debug], [Add debug code @<:@default=no@:>@])],
[with_debug=$withval],
[with_debug=no])
if test "$with_debug" = "yes"
Attachment: [text/bzr-bundle] bzr/davi.arnaut@oracle.com-20100809131748-2id0lr6ba82e2mmq.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-bugfixing branch (davi:3167) Bug#34043 | Davi Arnaut | 9 Aug |