Browse Source

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

pull/374/head
unknown 18 years ago
parent
commit
41b8615226
  1. 2
      mysql-test/mysql-test-run.pl

2
mysql-test/mysql-test-run.pl

@ -4057,7 +4057,7 @@ sub mysqld_arguments ($$$$) {
} # end slave
if ( defined $opt_debug )
if ( $debug_compiled_binaries && defined $opt_debug )
{
if ( $opt_debug )
{

Loading…
Cancel
Save