Below is the list of changes that have just been committed into a local
5.0 repository of tsmith. When tsmith 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-04-28 10:13:27+02:00, tsmith@stripped +1 -0
mtr_report.pl:
this has been driving me crazy: s/where/were/ in some messages
mysql-test/lib/mtr_report.pl@stripped, 2007-04-28 10:13:11+02:00, tsmith@stripped +2 -2
this has been driving me crazy: s/where/were/ in some messages
# 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: tsmith
# Host: quadxeon.mysql.com
# Root: /benchmarks/ext3/TOSAVE/tsmith/bk/maint/b27653/50
--- 1.37/mysql-test/lib/mtr_report.pl 2007-04-04 10:58:59 +02:00
+++ 1.38/mysql-test/lib/mtr_report.pl 2007-04-28 10:13:11 +02:00
@@ -238,7 +238,7 @@ sub mtr_report_stats ($) {
}
if (!$::opt_extern)
{
- print "The servers where restarted $tot_restarts times\n";
+ print "The servers were restarted $tot_restarts times\n";
}
if ( $::opt_timer )
@@ -357,7 +357,7 @@ sub mtr_report_stats ($) {
if ( $tot_failed != 0 || $found_problems)
{
- mtr_error("there where failing test cases");
+ mtr_error("there were failing test cases");
}
}
| Thread |
|---|
| • bk commit into 5.0 tree (tsmith:1.2462) | tim | 28 Apr |