List:Commits« Previous MessageNext Message »
From:msvensson Date:October 31 2007 6:25pm
Subject:bk commit into 5.0 tree (msvensson:1.2564)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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-10-31 18:24:57+01:00, msvensson@shellback.(none) +1 -0
  opt_start_from must be declared as our to be used from mtr_cases.pl

  mysql-test/mysql-test-run.pl@stripped, 2007-10-31 18:24:55+01:00, msvensson@shellback.(none) +1 -1
    opt_start_from must be declared as our to be used from mtr_cases.pl

diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2007-10-31 15:25:55 +01:00
+++ b/mysql-test/mysql-test-run.pl	2007-10-31 18:24:55 +01:00
@@ -213,7 +213,7 @@ my $opt_suite_timeout   = 180; # 3 hours
 
 my $opt_start_and_exit;
 my $opt_start_dirty;
-my $opt_start_from;
+our $opt_start_from;
 
 my $opt_strace_client;
 
Thread
bk commit into 5.0 tree (msvensson:1.2564)msvensson31 Oct