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-11-08 13:17:00+01:00, msvensson@shellback.(none) +1 -0
Remove the require_manager code
mysql-test/lib/mtr_cases.pl@stripped, 2007-11-08 13:16:58+01:00, msvensson@shellback.(none) +0 -8
Remove the require_manager code
diff -Nrup a/mysql-test/lib/mtr_cases.pl b/mysql-test/lib/mtr_cases.pl
--- a/mysql-test/lib/mtr_cases.pl 2007-11-02 13:22:24 +01:00
+++ b/mysql-test/lib/mtr_cases.pl 2007-11-08 13:16:58 +01:00
@@ -613,13 +613,6 @@ sub collect_one_test_case {
return;
}
- if ( $tinfo->{'require_manager'} )
- {
- $tinfo->{'skip'}= 1;
- $tinfo->{'comment'}= "Test need the _old_ manager(to be removed)";
- return;
- }
-
if ( defined $tinfo->{'binlog_format'} and
! ( $tinfo->{'binlog_format'} eq $::used_binlog_format ) )
{
@@ -736,7 +729,6 @@ our @tags=
["include/master-slave.inc", "rpl_test", 1],
["include/ndb_master-slave.inc", "rpl_test", 1],
["include/federated.inc", "federated_test", 1],
- ["require_manager", "require_manager", 1],
);
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2589) | msvensson | 8 Nov |