#At file:///home/acorreia/workspace.sun/repository.mysql/bzrwork/bug-fixes/mysql-5.1-bugteam/ based on revid:alfranio.correia@stripped
2775 Alfranio Correia 2009-02-01 [merge]
Merge PB2 MTR2 comment integration fix, from 5.1-rpl-merge tree.
modified:
mysql-test/lib/mtr_report.pm
=== modified file 'mysql-test/lib/mtr_report.pm'
--- a/mysql-test/lib/mtr_report.pm 2009-01-30 13:44:49 +0000
+++ b/mysql-test/lib/mtr_report.pm 2009-02-01 19:15:58 +0000
@@ -354,7 +354,7 @@ sub mtr_print_line () {
sub mtr_print_thick_line {
my $char= shift || '=';
- print $char x 60, "\n";
+ print $char x 78, "\n";
}
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (alfranio.correia:2775) | Alfranio Correia | 1 Feb |