Below is the list of changes that have just been committed into a local
4.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, 2006-10-06 12:46:21+02:00, msvensson@neptunus.(none) +1 -0
Always need restart for im_* tests
mysql-test/mysql-test-run.pl@stripped, 2006-10-06 12:46:19+02:00, msvensson@neptunus.(none) +5 -0
Always need restart for im_* tests
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/same_tools/my41-same_tools
--- 1.95/mysql-test/mysql-test-run.pl 2006-10-06 12:46:27 +02:00
+++ 1.96/mysql-test/mysql-test-run.pl 2006-10-06 12:46:27 +02:00
@@ -3490,6 +3490,11 @@
$do_restart= 1; # Restart with cluster
mtr_verbose("Restart because: Test need cluster");
}
+ elsif( $tinfo->{'component_id'} eq 'im' )
+ {
+ $do_restart= 1;
+ mtr_verbose("Restart because: Always restart for im tests");
+ }
elsif ( $master->[0]->{'running_master_is_special'} and
$master->[0]->{'running_master_is_special'}->{'timezone'} eq
$tinfo->{'timezone'} and
| Thread |
|---|
| • bk commit into 4.1 tree (msvensson:1.2599) | msvensson | 6 Oct |