List:Commits« Previous MessageNext Message »
From:msvensson Date:December 5 2007 4:40pm
Subject:bk commit into 5.1 tree (msvensson:1.2549)
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, 2007-12-05 16:40:02+01:00, msvensson@stripped +1 -0
  Turn on show suitenames and more default suites in 5.1

  mysql-test/lib/mtr_version.pl@stripped, 2007-12-05 16:40:01+01:00, msvensson@stripped
+2 -2
    Turn on show suitenames and more default suites in 5.1

diff -Nrup a/mysql-test/lib/mtr_version.pl b/mysql-test/lib/mtr_version.pl
--- a/mysql-test/lib/mtr_version.pl	2007-12-05 15:56:25 +01:00
+++ b/mysql-test/lib/mtr_version.pl	2007-12-05 16:40:01 +01:00
@@ -4,11 +4,11 @@
 #
 
 # Control if the suite name should be output before testname
-sub SHOW_SUITE_NAME { return 0; };
+sub SHOW_SUITE_NAME { return 1; };
 
 
 # Control which suites are run by default
-sub DEFAULT_SUITES { return "main"; };
+sub DEFAULT_SUITES { return "main,binlog,rpl,rpl_ndb,ndb"; };
 
 
 
Thread
bk commit into 5.1 tree (msvensson:1.2549)msvensson5 Dec