List:Commits« Previous MessageNext Message »
From:msvensson Date:March 11 2008 7:20am
Subject:bk commit into 5.1 tree (msvensson:1.2566)
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-03-11 08:20:44+01:00, msvensson@stripped +1 -0
  Temporarily turn on verbose on windows

  mysql-test/mysql-test-run.pl@stripped, 2008-03-11 08:20:42+01:00, msvensson@stripped +1 -0
    Temporarily turn on verbose on windows

diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2008-03-10 16:38:23 +01:00
+++ b/mysql-test/mysql-test-run.pl	2008-03-11 08:20:42 +01:00
@@ -87,6 +87,7 @@ my $DEFAULT_SUITES= "main,binlog,federat
 our $opt_suites= $DEFAULT_SUITES;
 
 our $opt_verbose= 0;  # Verbose output, enable with --verbose
+$opt_verbose= 1 if IS_WINDOWS;
 our $opt_verbose_restart= 0;  # Verbose output for restarts
 
 my $exe_mysqld;
Thread
bk commit into 5.1 tree (msvensson:1.2566)msvensson11 Mar