Commit 4dfe327a authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi

Fix after merge

parent d825808a
...@@ -303,7 +303,7 @@ innobase_mysql_print_thd( ...@@ -303,7 +303,7 @@ innobase_mysql_print_thd(
buf[0]='\n'; buf[0]='\n';
buf[1]=0; buf[1]=0;
ut_a(strlen(old_buf) < 400); ut_a(strlen(buf) < 400);
} }
} }
......
...@@ -617,7 +617,6 @@ void close_server_sock() ...@@ -617,7 +617,6 @@ void close_server_sock()
{ {
DBUG_PRINT("info",("calling shutdown on unix socket")); DBUG_PRINT("info",("calling shutdown on unix socket"));
VOID(shutdown(unix_sock,2)); VOID(shutdown(unix_sock,2));
DBUG_PRINT("info",("calling closesocket on unix socket"));
VOID(unlink(mysql_unix_port)); VOID(unlink(mysql_unix_port));
unix_sock=INVALID_SOCKET; unix_sock=INVALID_SOCKET;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment