mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
don't disable debug if there's nothing to disable
This commit is contained in:
parent
348d42fa0d
commit
41b8615226
1 changed files with 1 additions and 1 deletions
|
@ -4057,7 +4057,7 @@ sub mysqld_arguments ($$$$) {
|
|||
|
||||
} # end slave
|
||||
|
||||
if ( defined $opt_debug )
|
||||
if ( $debug_compiled_binaries && defined $opt_debug )
|
||||
{
|
||||
if ( $opt_debug )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue