mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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