mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
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
This commit is contained in:
parent
6ddeb379fe
commit
013717d110
1 changed files with 4 additions and 0 deletions
|
@ -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]*)/ )
|
||||
|
|
Loading…
Reference in a new issue