List:Commits« Previous MessageNext Message »
From:msvensson Date:November 26 2007 9:53am
Subject:bk commit into 5.1 tree (msvensson:1.2629)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-11-26 10:53:21+01:00, msvensson@stripped +1 -0
  Remove superfluous check for "skip", it's already done previous in the loop

  mysql-test/lib/mtr_cases.pl@stripped, 2007-11-26 10:53:19+01:00, msvensson@stripped +2 -3
    Remove superfluous check for "skip", it's already done previous in the loop

diff -Nrup a/mysql-test/lib/mtr_cases.pl b/mysql-test/lib/mtr_cases.pl
--- a/mysql-test/lib/mtr_cases.pl	2007-11-24 18:34:17 +01:00
+++ b/mysql-test/lib/mtr_cases.pl	2007-11-26 10:53:19 +01:00
@@ -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];
       }
Thread
bk commit into 5.1 tree (msvensson:1.2629)msvensson26 Nov