Commit 08258603 authored by msvensson@neptunus.(none)'s avatar msvensson@neptunus.(none)

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

into  neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
parents b0e0040d 218034b7
......@@ -1889,7 +1889,7 @@ sub check_ssl_support ($) {
sub check_debug_support ($) {
my $mysqld_variables= shift;
if ( $mysqld_variables->{'debug'} )
if ( ! $mysqld_variables->{'debug'} )
{
#mtr_report("Binaries are not debug compiled");
$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