Commit b9720c71 authored by Bjorn Munch's avatar Bjorn Munch

Bug #45700 MTR v1 --start-and-exit --default-storage-engine=Innodb is froken

Change of variable states in Bug 19027 was not backported to v1
Changed ne "TRUE" to eq "OFF"
parent 5a2d043f
...@@ -860,7 +860,7 @@ sub collect_one_test_case($$$$$$$$$) { ...@@ -860,7 +860,7 @@ sub collect_one_test_case($$$$$$$$$) {
if ( $tinfo->{'innodb_test'} ) if ( $tinfo->{'innodb_test'} )
{ {
# This is a test that need innodb # This is a test that need innodb
if ( $::mysqld_variables{'innodb'} ne "TRUE" ) if ( $::mysqld_variables{'innodb'} eq "OFF" )
{ {
# innodb is not supported, skip it # innodb is not supported, skip it
$tinfo->{'skip'}= 1; $tinfo->{'skip'}= 1;
......
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