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:
@@ -434,7 +434,7 @@ sub _timestamp {
|
||||
sub mtr_report (@) {
|
||||
if (defined $verbose)
|
||||
{
|
||||
print join(" ", @_), "\n";
|
||||
print $name, join(" ", @_), "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user