List:Commits« Previous MessageNext Message »
From:Serge Kozlov Date:November 15 2008 11:45am
Subject:bzr push into mysql-6.0-rpl branch (skozlov:2733 to 2734) Bug#39861
View as plain text  
 2734 Serge Kozlov	2008-11-15 [merge]
      Bug#39861, added comment for mtr and fix
modified:
  mysql-test/mysql-test-run.pl

 2733 Serge Kozlov	2008-11-15
      Fix for calling mtr_lastlinesfromfile
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 push into mysql-6.0-rpl branch (skozlov:2733 to 2734) Bug#39861Serge Kozlov15 Nov