]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-no-my_inet_ntoa.patch
- fix mysql 4.1.1 migration trigger where one has leading space in cluster definition
[packages/mysql.git] / mysql-no-my_inet_ntoa.patch
1 diff -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.027276 seconds and 3 git commands to generate.