mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Remove superfluous check for "skip", it's already done previous in the loop
This commit is contained in:
parent
29ba787047
commit
75abdd321b
1 changed files with 2 additions and 3 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue