Remove superfluous check for "skip", it's already done previous in the loop

This commit is contained in:
unknown 2007-11-26 10:53:21 +01:00
parent 29ba787047
commit 75abdd321b

View file

@ -483,9 +483,8 @@ sub optimize_cases {
# Use dynamic switching of binlog-format if mtr started
# w/o --mysqld=--binlog-format=xxx and combinations.
# =======================================================
if (!defined $tinfo->{'combination'} and
$tinfo->{'skip'} ne 1 and
!defined $::used_binlog_format)
if (!defined $tinfo->{'combination'} and
!defined $::used_binlog_format)
{
$test_binlog_format= $tinfo->{'sup_binlog_formats'}->[0];
}