Loading mysql-test/mysql-test-run.pl +4 −6 Original line number Diff line number Diff line Loading @@ -2752,8 +2752,8 @@ sub check_testcase($$) else { # Unknown process returned, most likley a crash, abort everything $tinfo->{comment}= "Unexpected process $proc returned during ". "check testcase $mode test"; "The server $proc crashed while running ". "'check testcase $mode test'"; $result= 3; } Loading Loading @@ -2864,8 +2864,7 @@ sub run_on_all($$) else { # Unknown process returned, most likley a crash, abort everything $tinfo->{comment}.= "Unexpected process $proc returned during ". "execution of '$run'"; "The server $proc crashed while running '$run'"; } # Kill any check processes still running Loading Loading @@ -3352,8 +3351,7 @@ sub check_warnings ($) { else { # Unknown process returned, most likley a crash, abort everything $tinfo->{comment}= "Unexpected process $proc returned during ". "check warnings"; "The server $proc crashed while running 'check warnings'"; $result= 3; } Loading Loading
mysql-test/mysql-test-run.pl +4 −6 Original line number Diff line number Diff line Loading @@ -2752,8 +2752,8 @@ sub check_testcase($$) else { # Unknown process returned, most likley a crash, abort everything $tinfo->{comment}= "Unexpected process $proc returned during ". "check testcase $mode test"; "The server $proc crashed while running ". "'check testcase $mode test'"; $result= 3; } Loading Loading @@ -2864,8 +2864,7 @@ sub run_on_all($$) else { # Unknown process returned, most likley a crash, abort everything $tinfo->{comment}.= "Unexpected process $proc returned during ". "execution of '$run'"; "The server $proc crashed while running '$run'"; } # Kill any check processes still running Loading Loading @@ -3352,8 +3351,7 @@ sub check_warnings ($) { else { # Unknown process returned, most likley a crash, abort everything $tinfo->{comment}= "Unexpected process $proc returned during ". "check warnings"; "The server $proc crashed while running 'check warnings'"; $result= 3; } Loading