From 800f555b707c696798877c80352ded46289e87c4 Mon Sep 17 00:00:00 2001 From: MySQL Team Date: Tue, 23 Jan 2001 16:48:50 +0000 Subject: Upgrade ext/mysql/libmysql to version 3.23.32. One notable bug fix is that the client can now connect to a server which is using a default charset other than latin1. --- ext/mysql/libmysql/mysql_version.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 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 32ac9f3133..2161d7c371 100644 --- a/ext/mysql/libmysql/mysql_version.h +++ b/ext/mysql/libmysql/mysql_version.h @@ -1,16 +1,18 @@ -/* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB & Detron HB - This file is public domain and comes with NO WARRANTY of any kind */ +/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB +This file is public domain and comes with NO WARRANTY of any kind */ /* Version numbers for protocol & mysqld */ #ifdef _CUSTOMCONFIG_ - #include +#include #else #define PROTOCOL_VERSION 10 -#define MYSQL_SERVER_VERSION "3.23.22-beta" +#define MYSQL_SERVER_VERSION "3.23.32" +#define MYSQL_SERVER_SUFFIX "" #define FRM_VER 6 -#define MYSQL_VERSION_ID 32322 +#define MYSQL_VERSION_ID 32332 #define MYSQL_PORT 3306 +#define MYSQL_UNIX_ADDR "/tmp/mysql.sock" /* mysqld compile time options */ #ifndef MYSQL_CHARSET -- cgit v1.2.1