mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Reduce time for mysqladmin to try to shutdown servers from 70 to 20 seconds
This commit is contained in:
@ -359,7 +359,7 @@ sub mtr_kill_leftovers () {
|
||||
"socket: '$srv->{path_sock}'; ".
|
||||
"port: $srv->{port})");
|
||||
|
||||
my $pid= mtr_mysqladmin_start($srv, "shutdown", 70);
|
||||
my $pid= mtr_mysqladmin_start($srv, "shutdown", 20);
|
||||
|
||||
# Save the pid of the mysqladmin process
|
||||
$admin_pids{$pid}= 1;
|
||||
|
Reference in New Issue
Block a user