List:Commits« Previous MessageNext Message »
From:Serge Kozlov Date:November 14 2008 10:45pm
Subject:bzr commit into mysql-5.1 branch (skozlov:2699) Bug#39861
View as plain text  
#At file:///home/ksm/sun/repo/bug39861/mysql-5.1-rpl/

 2699 Serge Kozlov	2008-11-15
      fix for bug#39861
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 20:35:32 +0000
+++ b/mysql-test/mysql-test-run.pl	2008-11-14 21:44:56 +0000
@@ -3462,7 +3462,7 @@ sub check_expected_crash_and_restart {
 	# sleep a little and try again, thus allowing the
 	# test script to control when the server should start
 	# up again
-	my $last_line= mtr_lastlinefromfile($expect_file);
+	my $last_line= mtr_lastlinesfromfile($expect_file, 1);
 	if ($last_line =~ /^wait/ )
 	{
 	  mtr_verbose("Test says wait before restart");

Thread
bzr commit into mysql-5.1 branch (skozlov:2699) Bug#39861Serge Kozlov14 Nov