Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / include / mysql / mysql_version.h
blob3ec91e40930660847033b020f79f225e49a6a432
1 /* Copyright Abandoned 1996, 1999, 2001 MySQL AB
2 This file is public domain and comes with NO WARRANTY of any kind */
4 /* Version numbers for protocol & mysqld */
6 #ifndef _mysql_version_h
7 #define _mysql_version_h
8 #ifdef _CUSTOMCONFIG_
9 #include <custom_conf.h>
10 #else
11 #define PROTOCOL_VERSION 10
12 #define MYSQL_SERVER_VERSION "5.0.56"
13 #define MYSQL_BASE_VERSION "mysqld-5.0"
14 #define MYSQL_SERVER_SUFFIX_DEF "-nt"
15 #define FRM_VER 6
16 #define MYSQL_VERSION_ID 50056
17 #define MYSQL_PORT 3306
18 #define MYSQL_PORT_DEFAULT 0
19 #define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
20 #define MYSQL_CONFIG_NAME "my"
21 #define MYSQL_COMPILATION_COMMENT "From Sources"
23 /* mysqld compile time options */
24 #endif /* _CUSTOMCONFIG_ */
26 #ifndef LICENSE
27 #define LICENSE GPL
28 #endif /* LICENSE */
30 #endif /* _mysql_version_h */