mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Don't beep in mysql_upgrade_service.exe
This beep looks especially strange, as mysqladmin output is redirected to the log file
This commit is contained in:
@ -464,8 +464,8 @@ int main(int argc, char **argv)
|
|||||||
if (WaitForSingleObject(mysqld_process, 0) != WAIT_TIMEOUT)
|
if (WaitForSingleObject(mysqld_process, 0) != WAIT_TIMEOUT)
|
||||||
die("mysqld.exe did not start");
|
die("mysqld.exe did not start");
|
||||||
|
|
||||||
if (run_tool(P_WAIT, mysqladmin_path, "--protocol=pipe",
|
if (run_tool(P_WAIT, mysqladmin_path, "--protocol=pipe", socket_param,
|
||||||
socket_param, "ping", NULL) == 0)
|
"ping", "--no-beep", NULL) == 0)
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user