List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:February 22 2008 7:15pm
Subject:bk commit into 5.1 tree (joerg:1.2539)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of joerg.  When joerg 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, 2008-02-22 19:15:31+01:00, joerg@trift2. +1 -0
  mysql-test/mysql-test-run.pl
      Disable extra team trees.
      Temporary fix for entry 34761 in the bugs DB.
      (Patch by Magnus Svensson, 2008-02-22 17:40:14+01:00, msvensson@stripped +1
-0)

  mysql-test/mysql-test-run.pl@stripped, 2008-02-22 19:15:26+01:00, joerg@trift2. +1 -1
    Disable extra team trees.
    Temporary fix for entry 34761 in the bugs DB.
    (Patch by Magnus Svensson, 2008-02-22 17:40:14+01:00, msvensson@stripped +1 -0)

diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2008-02-22 16:14:14 +01:00
+++ b/mysql-test/mysql-test-run.pl	2008-02-22 19:15:26 +01:00
@@ -417,7 +417,7 @@ sub main () {
       # use default and add any extra_suites as defined
       $opt_suites= $opt_suites_default;
       my $ccc= dirname($glob_mysql_test_dir);
-      my $found= 0;
+      my $found= 1; # BUG#34761 - disable this feature
       while (!$found and !($ccc eq "/") and !($ccc eq ""))
       {
 	my $ddd= basename($ccc);
Thread
bk commit into 5.1 tree (joerg:1.2539)Joerg Bruehe22 Feb