mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[10375] Updated MySQL client libs to 5.1.49
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
80cef02190
commit
ce46397940
44 changed files with 3265 additions and 2105 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue