]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 Feb 2003 19:13:16 +0000 (19:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-no-my_inet_ntoa.patch -> 1.1

mysql-no-my_inet_ntoa.patch [new file with mode: 0644]

diff --git a/mysql-no-my_inet_ntoa.patch b/mysql-no-my_inet_ntoa.patch
new file mode 100644 (file)
index 0000000..5e4a95c
--- /dev/null
@@ -0,0 +1,15 @@
+diff -urN mysql-4.0.10-gamma.org/vio/viosocket.c mysql-4.0.10-gamma/vio/viosocket.c
+--- mysql-4.0.10-gamma.org/vio/viosocket.c     Thu Feb 13 18:28:22 2003
++++ mysql-4.0.10-gamma/vio/viosocket.c Thu Feb 13 18:28:35 2003
+@@ -294,9 +294,9 @@
+       DBUG_PRINT("exit", ("getpeername gave error: %d", socket_errno));
+       DBUG_RETURN(1);
+     }
+-    my_inet_ntoa(vio->remote.sin_addr,buf);
++/*    my_inet_ntoa(vio->remote.sin_addr,buf); */
+   }
+-  DBUG_PRINT("exit", ("addr: %s", buf));
++/*  DBUG_PRINT("exit", ("addr: %s", buf)); */
+   DBUG_RETURN(0);
+ }
This page took 0.072685 seconds and 4 git commands to generate.