List:Commits« Previous MessageNext Message »
From:Tomas Ulin Date:September 1 2008 2:26pm
Subject:bzr commit into mysql-5.1 branch (tomas.ulin:2590)
View as plain text  
#At file:///home/tomas/mysql_src/mysql-5.1-ndb-merge/

 2590 Tomas Ulin	2008-09-01
      correct tree names
modified:
  mysql-test/mysql-test-run.pl

=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl	2008-07-15 16:43:25 +0000
+++ b/mysql-test/mysql-test-run.pl	2008-09-01 12:26:41 +0000
@@ -410,11 +410,12 @@ sub main () {
       # Check for any extra suites to enable based on the path name
       my %extra_suites=
 	(
-	 "mysql-5.1-new-ndb"              => "ndb_team",
-	 "mysql-5.1-new-ndb-merge"        => "ndb_team",
+	 "mysql-5.1-ndb"                  => "ndb_team",
+	 "mysql-5.1-ndb-merge"            => "ndb_team",
 	 "mysql-5.1-telco-6.2"            => "ndb_team",
 	 "mysql-5.1-telco-6.2-merge"      => "ndb_team",
 	 "mysql-5.1-telco-6.3"            => "ndb_team",
+	 "mysql-5.1-telco-6.4"            => "ndb_team",
 	 "mysql-6.0-ndb"                  => "ndb_team",
 	);
 

Thread
bzr commit into mysql-5.1 branch (tomas.ulin:2590) Tomas Ulin1 Sep