Commit 3d1a1faf authored by unknown's avatar unknown

Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools

into  neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools


mysql-test/mysql-test-run.pl:
  Auto merged
parents 5a5d8c1e 78588425
...@@ -1889,7 +1889,7 @@ sub check_ssl_support ($) { ...@@ -1889,7 +1889,7 @@ sub check_ssl_support ($) {
sub check_debug_support ($) { sub check_debug_support ($) {
my $mysqld_variables= shift; my $mysqld_variables= shift;
if ( $mysqld_variables->{'debug'} ) if ( ! $mysqld_variables->{'debug'} )
{ {
#mtr_report("Binaries are not debug compiled"); #mtr_report("Binaries are not debug compiled");
$debug_compiled_binaries= 0; $debug_compiled_binaries= 0;
......
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