mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mysql-test/mysql-test-run.pl
set --language correctly even for --help (to have full plugin help) mysql-test/lib/mtr_cases.pl more robust check for innodb mysql-test/lib/mtr_cases.pl: more robust check for innodb mysql-test/mysql-test-run.pl: set --language correctly even for --help (to have full plugin help)
This commit is contained in:
@ -580,7 +580,7 @@ sub collect_one_test_case($$$$$$$) {
|
||||
if ( $tinfo->{'innodb_test'} )
|
||||
{
|
||||
# This is a test that need innodb
|
||||
if ( $::mysqld_variables{'innodb'} eq "FALSE" )
|
||||
if ( $::mysqld_variables{'innodb'} ne "TRUE" )
|
||||
{
|
||||
# innodb is not supported, skip it
|
||||
$tinfo->{'skip'}= 1;
|
||||
|
Reference in New Issue
Block a user