Commit 013717d1 authored by Bjorn Munch's avatar Bjorn Munch

Bug #44479 mysql-test-run does not detect that external server has Innodb support

Variable name mismatch
Map variable have_innodb=YES to innodb=ON
parent 6ddeb379
......@@ -1506,6 +1506,10 @@ sub collect_mysqld_features_from_running_server ()
}
}
# "Convert" innodb flag
$mysqld_variables{'innodb'}= "ON"
if ($mysqld_variables{'have_innodb'} eq "YES");
# Parse version
my $version_str= $mysqld_variables{'version'};
if ( $version_str =~ /^([0-9]*)\.([0-9]*)\.([0-9]*)/ )
......
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