]> git.pld-linux.org Git - packages/mysql.git/blame - mysql-no-my_inet_ntoa.patch
- there is now mysql-client.conf which is always processed by mysql_init()
[packages/mysql.git] / mysql-no-my_inet_ntoa.patch
CommitLineData
e6b99cdf
AM
1diff -urN mysql-4.0.10-gamma.org/vio/viosocket.c mysql-4.0.10-gamma/vio/viosocket.c
2--- mysql-4.0.10-gamma.org/vio/viosocket.c Thu Feb 13 18:28:22 2003
3+++ mysql-4.0.10-gamma/vio/viosocket.c Thu Feb 13 18:28:35 2003
4@@ -294,9 +294,9 @@
5 DBUG_PRINT("exit", ("getpeername gave error: %d", socket_errno));
6 DBUG_RETURN(1);
7 }
8- my_inet_ntoa(vio->remote.sin_addr,buf);
9+/* my_inet_ntoa(vio->remote.sin_addr,buf); */
10 }
11- DBUG_PRINT("exit", ("addr: %s", buf));
12+/* DBUG_PRINT("exit", ("addr: %s", buf)); */
13 DBUG_RETURN(0);
14 }
15
This page took 0.069105 seconds and 4 git commands to generate.