#At file:///home/ksm/sun/repo/bug39861-merge/mysql-6.0-rpl/
2734 Serge Kozlov 2008-11-15 [merge]
Bug#39861, added comment for mtr and fix
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2008-11-14 21:37:26 +0000
+++ b/mysql-test/mysql-test-run.pl 2008-11-15 11:43:05 +0000
@@ -3319,6 +3319,7 @@ sub run_testcase ($) {
my $log_file_name= $opt_vardir."/log/".$tinfo->{shortname}.".log";
$tinfo->{comment}=
"Test case timeout after $opt_testcase_timeout minute(s)\n\n";
+ # Add 20 last executed commands from test case log file
if (-e $log_file_name)
{
$tinfo->{comment}.=
| Thread |
|---|
| • bzr commit into mysql-6.0-rpl branch (skozlov:2734) Bug#39861 | Serge Kozlov | 15 Nov |