List:Commits« Previous MessageNext Message »
From:msvensson Date:September 20 2006 6:02pm
Subject:bk commit into 5.1 tree (msvensson:1.2346)
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, 2006-09-20 18:02:11+02:00, msvensson@shellback.(none) +1 -0
  Merge shellback.(none):/home/msvensson/mysql/work/my51-work
  into  shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
  MERGE: 1.2319.3.12

  mysql-test/mysql-test-run.pl@stripped, 2006-09-20 18:02:07+02:00,
msvensson@shellback.(none) +0 -0
    Auto merged
    MERGE: 1.167.2.5

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	shellback.(none)
# Root:	/home/msvensson/mysql/mysql-5.1-maint/RESYNC

--- 1.180/mysql-test/mysql-test-run.pl	2006-09-20 18:02:30 +02:00
+++ 1.181/mysql-test/mysql-test-run.pl	2006-09-20 18:02:30 +02:00
@@ -905,13 +905,13 @@
   if ( ! $opt_testcase_timeout )
   {
     $opt_testcase_timeout= $default_testcase_timeout;
-    $opt_testcase_timeout*= 10 if defined $opt_valgrind;
+    $opt_testcase_timeout*= 10 if $opt_valgrind;
   }
 
   if ( ! $opt_suite_timeout )
   {
     $opt_suite_timeout= $default_suite_timeout;
-    $opt_suite_timeout*= 6 if defined $opt_valgrind;
+    $opt_suite_timeout*= 6 if $opt_valgrind;
   }
 
   # Increase times to wait for executables to start if using valgrind
Thread
bk commit into 5.1 tree (msvensson:1.2346)msvensson20 Sep