From a3c90853a0ac761a8c5924788d31c0c9b281a9a9 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 4 May 2001 17:57:58 +0000 Subject: [PATCH] Fix bugs: #10642, #10612 --- ext/mysql/libmysql/mysql_version.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/mysql/libmysql/mysql_version.h b/ext/mysql/libmysql/mysql_version.h index 2161d7c371..3ec9679c04 100644 --- a/ext/mysql/libmysql/mysql_version.h +++ b/ext/mysql/libmysql/mysql_version.h @@ -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 -- 2.40.0