From e175101a10eb4029e145f348436b2bc9c84f4b15 Mon Sep 17 00:00:00 2001 From: "Greg@greg-laptop." <> Date: Sat, 28 Feb 2004 15:11:16 +0100 Subject: [PATCH] Fix problem with NT named pipes code (per e-mail thread). --- sql/mysqld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 4484771d4ed..b4c5ce33277 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -1176,7 +1176,7 @@ static void server_init(void) pipe_name[sizeof(pipe_name)-1]= 0; /* Safety if too long string */ strxnmov(pipe_name, sizeof(pipe_name)-1, "\\\\.\\pipe\\", - unix_socket, NullS); + mysql_unix_port, NullS); bzero((char*) &saPipeSecurity, sizeof(saPipeSecurity) ); bzero((char*) &sdPipeDescriptor, sizeof(sdPipeDescriptor) ); if (!InitializeSecurityDescriptor(&sdPipeDescriptor,