Commit 75abdd32 authored by unknown's avatar unknown

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

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