[10375] Updated MySQL client libs to 5.1.49

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Neo2003 2010-08-19 01:47:26 +04:00 committed by VladimirMangos
parent 80cef02190
commit ce46397940
44 changed files with 3265 additions and 2105 deletions

View file

@ -9,11 +9,11 @@
#include <custom_conf.h>
#else
#define PROTOCOL_VERSION 10
#define MYSQL_SERVER_VERSION "5.0.56"
#define MYSQL_BASE_VERSION "mysqld-5.0"
#define MYSQL_SERVER_VERSION "5.1.49"
#define MYSQL_BASE_VERSION "mysqld-5.1"
#define MYSQL_SERVER_SUFFIX_DEF "-nt"
#define FRM_VER 6
#define MYSQL_VERSION_ID 50056
#define MYSQL_VERSION_ID 50149
#define MYSQL_PORT 3306
#define MYSQL_PORT_DEFAULT 0
#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"