summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/mysql_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/libmysql/mysql_version.h')
-rw-r--r--ext/mysql/libmysql/mysql_version.h4
1 files changed, 3 insertions, 1 deletions
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