mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Remove 5 second sleep for win32
This commit is contained in:
parent
d59a0f4840
commit
1f2ac2195a
1 changed files with 0 additions and 2 deletions
|
@ -736,8 +736,6 @@ sub mtr_mysqladmin_shutdown {
|
|||
|
||||
$timeout or mtr_debug("At least one server is still listening to its port");
|
||||
|
||||
sleep(5) if $::glob_win32; # FIXME next startup fails if no sleep
|
||||
|
||||
return $res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue