List:Commits« Previous MessageNext Message »
From:msvensson Date:May 20 2008 11:48am
Subject:bk commit into 5.1 tree (msvensson:1.2636)
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-05-20 11:48:52+02:00, msvensson@pilot.(none) +1 -0
  (temporarily)Turn on timestamp by default

  mysql-test/lib/mtr_report.pm@stripped, 2008-05-20 11:48:50+02:00, msvensson@pilot.(none) +1
-1
    (temporarily)Turn on timestamp by default

diff -Nrup a/mysql-test/lib/mtr_report.pm b/mysql-test/lib/mtr_report.pm
--- a/mysql-test/lib/mtr_report.pm	2008-05-09 11:50:34 +02:00
+++ b/mysql-test/lib/mtr_report.pm	2008-05-20 11:48:50 +02:00
@@ -34,7 +34,7 @@ require "mtr_io.pl";
 
 my $tot_real_time= 0;
 
-our $timestamp= 0;
+our $timestamp= 1;
 our $timediff= 0;
 our $name;
 our $verbose;
Thread
bk commit into 5.1 tree (msvensson:1.2636)msvensson20 May