List:Commits« Previous MessageNext Message »
From:msvensson Date:April 26 2008 8:16pm
Subject:bk commit into 5.1 tree (msvensson:1.2602)
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, 2008-04-26 22:16:20+02:00, msvensson@stripped +1 -0
  Use parallel=4 as default

  mysql-test/mysql-test-run.pl@stripped, 2008-04-26 22:16:18+02:00, msvensson@stripped +1 -1
    Use parallel=4 as default

diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2008-04-26 09:35:02 +02:00
+++ b/mysql-test/mysql-test-run.pl	2008-04-26 22:16:18 +02:00
@@ -162,7 +162,7 @@ my $opt_repeat= 1;
 my $opt_retry= 3;
 my $opt_retry_failure= 2;
 
-my $opt_parallel= 1;
+my $opt_parallel= 4;
 
 my $opt_strace_client;
 
Thread
bk commit into 5.1 tree (msvensson:1.2602)msvensson26 Apr