]> granicus.if.org Git - php/commitdiff
Fix bugs: #10642, #10612
authorfoobar <sniper@php.net>
Fri, 4 May 2001 17:57:58 +0000 (17:57 +0000)
committerfoobar <sniper@php.net>
Fri, 4 May 2001 17:57:58 +0000 (17:57 +0000)
ext/mysql/libmysql/mysql_version.h

index 2161d7c371f595e4f2114b09f9ff07307f560c94..3ec9679c040afc479a4309738337d601b5c4a0af 100644 (file)
@@ -12,7 +12,9 @@ This file is public domain and comes with NO WARRANTY of any kind */
 #define FRM_VER                                6
 #define MYSQL_VERSION_ID               32332
 #define MYSQL_PORT                     3306
-#define MYSQL_UNIX_ADDR                        "/tmp/mysql.sock"
+
+/* This is defined at configure time and found in main/php_config.h */
+/* #define MYSQL_UNIX_ADDR                     "/tmp/mysql.sock" */
 
 /* mysqld compile time options */
 #ifndef MYSQL_CHARSET