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, 2008-04-24 20:24:24+02:00, msvensson@stripped +1 -0
Print name(of thread) also in mtr_report, testserver does not set name
so it will still look the same, but makes debugging much easier
mysql-test/lib/mtr_report.pm@stripped, 2008-04-24 20:24:21+02:00, msvensson@stripped +1 -1
Print name(of thread) also in mtr_report, testserver does not set name
so it will still look the same, but makes debugging much easier
diff -Nrup a/mysql-test/lib/mtr_report.pm b/mysql-test/lib/mtr_report.pm
--- a/mysql-test/lib/mtr_report.pm 2008-04-24 13:02:49 +02:00
+++ b/mysql-test/lib/mtr_report.pm 2008-04-24 20:24:21 +02:00
@@ -434,7 +434,7 @@ sub _timestamp {
sub mtr_report (@) {
if (defined $verbose)
{
- print join(" ", @_), "\n";
+ print $name, join(" ", @_), "\n";
}
}
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2592) | msvensson | 24 Apr |