mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch 10.2 into 10.3
This commit is contained in:
@ -551,8 +551,8 @@ int main(int argc, char **argv)
|
||||
if (WaitForSingleObject(mysqld_process, 0) != WAIT_TIMEOUT)
|
||||
die("mysqld.exe did not start");
|
||||
|
||||
if (run_tool(P_WAIT, mysqladmin_path, "--protocol=pipe",
|
||||
socket_param, "ping", NULL) == 0)
|
||||
if (run_tool(P_WAIT, mysqladmin_path, "--protocol=pipe", socket_param,
|
||||
"ping", "--no-beep", NULL) == 0)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user