summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/mysql_version.h
diff options
context:
space:
mode:
authorMySQL Team <mysql@php.net>2001-06-01 20:07:26 +0000
committerMySQL Team <mysql@php.net>2001-06-01 20:07:26 +0000
commite8cbbc0637cb27c6fda64940a9138e08060475f8 (patch)
treef6353232aba5ae05c8f4779865cd742dc392b181 /ext/mysql/libmysql/mysql_version.h
parent304ac03be434eecf6edc1f025c455e9089f8af37 (diff)
downloadphp-git-e8cbbc0637cb27c6fda64940a9138e08060475f8.tar.gz
Upgrade ext/mysql/libmysql to version 3.23.39. No major changes -
portability fixes. Also add configure test for HAVE_INT_8_16_32 which should solve compilation problems on AIX.
Diffstat (limited to 'ext/mysql/libmysql/mysql_version.h')
-rw-r--r--ext/mysql/libmysql/mysql_version.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/ext/mysql/libmysql/mysql_version.h b/ext/mysql/libmysql/mysql_version.h
index 3ec9679c04..1587579818 100644
--- a/ext/mysql/libmysql/mysql_version.h
+++ b/ext/mysql/libmysql/mysql_version.h
@@ -7,14 +7,18 @@ This file is public domain and comes with NO WARRANTY of any kind */
#include <custom_conf.h>
#else
#define PROTOCOL_VERSION 10
-#define MYSQL_SERVER_VERSION "3.23.32"
+#define MYSQL_SERVER_VERSION "3.23.39"
#define MYSQL_SERVER_SUFFIX ""
#define FRM_VER 6
-#define MYSQL_VERSION_ID 32332
+#define MYSQL_VERSION_ID 32339
+
+#ifndef MYSQL_PORT
#define MYSQL_PORT 3306
+#endif
-/* This is defined at configure time and found in main/php_config.h */
-/* #define MYSQL_UNIX_ADDR "/tmp/mysql.sock" */
+#ifndef MYSQL_UNIX_ADDR
+#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
+#endif
/* mysqld compile time options */
#ifndef MYSQL_CHARSET