mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -511,8 +511,8 @@ int main(int argc, char **argv)
|
||||
die("Cannot start mysqld.exe process, last error =%u", GetLastError());
|
||||
}
|
||||
char pipe_name[64];
|
||||
snprintf(pipe_name, sizeof(pipe_name), "\\\\.\\pipe\\mysql_upgrade_service_%u",
|
||||
(uint)GetCurrentProcessId());
|
||||
snprintf(pipe_name, sizeof(pipe_name), "\\\\.\\pipe\\mysql_upgrade_service_%lu",
|
||||
GetCurrentProcessId());
|
||||
for (;;)
|
||||
{
|
||||
if (WaitForSingleObject(mysqld_process, 0) != WAIT_TIMEOUT)
|
||||
|
Reference in New Issue
Block a user