1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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
This commit is contained in:
msvensson@pilot.mysql.com
2008-04-24 20:24:24 +02:00
parent d4742671b9
commit 5681c99645

View File

@@ -434,7 +434,7 @@ sub _timestamp {
sub mtr_report (@) {
if (defined $verbose)
{
print join(" ", @_), "\n";
print $name, join(" ", @_), "\n";
}
}