1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix after merge

sql/mysqld.cc:
  Removed not necessary DBUG line
This commit is contained in:
unknown
2002-08-12 06:49:28 +03:00
parent 071994ba36
commit 1918cce9ea
2 changed files with 1 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ innobase_mysql_print_thd(
buf[0]='\n';
buf[1]=0;
ut_a(strlen(old_buf) < 400);
ut_a(strlen(buf) < 400);
}
}

View File

@@ -617,7 +617,6 @@ void close_server_sock()
{
DBUG_PRINT("info",("calling shutdown on unix socket"));
VOID(shutdown(unix_sock,2));
DBUG_PRINT("info",("calling closesocket on unix socket"));
VOID(unlink(mysql_unix_port));
unix_sock=INVALID_SOCKET;
}