mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Fix clang-cl format warning
This commit is contained in:
@@ -495,7 +495,7 @@ int main(int argc, char **argv)
|
|||||||
old_mysqld_exe_exists?",this can take some time":"(skipped)");
|
old_mysqld_exe_exists?",this can take some time":"(skipped)");
|
||||||
|
|
||||||
char socket_param[FN_REFLEN];
|
char socket_param[FN_REFLEN];
|
||||||
sprintf_s(socket_param, "--socket=mysql_upgrade_service_%d",
|
sprintf_s(socket_param, "--socket=mysql_upgrade_service_%u",
|
||||||
GetCurrentProcessId());
|
GetCurrentProcessId());
|
||||||
|
|
||||||
DWORD start_duration_ms = 0;
|
DWORD start_duration_ms = 0;
|
||||||
|
Reference in New Issue
Block a user