mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 00:35:32 +02:00
Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled
Post-merge fix: add missing comma.
This commit is contained in:
parent
76382d2746
commit
4c44e2a746
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue