mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Null-merge, as the changes in question were backports from 5.1.
mysql-test/lib/mtr_process.pl: Auto merged
This commit is contained in:
commit
98871cb43c
1 changed files with 2 additions and 3 deletions
|
@ -465,8 +465,7 @@ sub mtr_kill_leftovers () {
|
|||
|
||||
if ( kill(0, @pids) ) # Check if some left
|
||||
{
|
||||
# FIXME maybe just mtr_warning() ?
|
||||
mtr_error("can't kill process(es) " . join(" ", @pids));
|
||||
mtr_warning("can't kill process(es) " . join(" ", @pids));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -479,7 +478,7 @@ sub mtr_kill_leftovers () {
|
|||
{
|
||||
if ( mtr_ping_mysqld_server($srv->{'port'}, $srv->{'sockfile'}) )
|
||||
{
|
||||
mtr_error("can't kill old mysqld holding port $srv->{'port'}");
|
||||
mtr_warning("can't kill old mysqld holding port $srv->{'port'}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue