Commit df3502ca authored by unknown's avatar unknown

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

parent c71218c5
...@@ -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