Commit 41b86152 authored by unknown's avatar unknown

don't disable debug if there's nothing to disable

parent 348d42fa
...@@ -4057,7 +4057,7 @@ sub mysqld_arguments ($$$$) { ...@@ -4057,7 +4057,7 @@ sub mysqld_arguments ($$$$) {
} # end slave } # end slave
if ( defined $opt_debug ) if ( $debug_compiled_binaries && defined $opt_debug )
{ {
if ( $opt_debug ) if ( $opt_debug )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment