From e8cbbc0637cb27c6fda64940a9138e08060475f8 Mon Sep 17 00:00:00 2001 From: MySQL Team Date: Fri, 1 Jun 2001 20:07:26 +0000 Subject: 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. --- ext/mysql/libmysql/mysql_version.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'ext/mysql/libmysql/mysql_version.h') 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 #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 -- cgit v1.2.1