mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / include / mysql_version.h
blob96d49bdc98d30f0bafbb552cef43522df3d5b301
1 /* Copyright (c) 1996, 1999-2004, 2007 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.1.73"
13 #define MYSQL_BASE_VERSION "mysqld-5.1"
14 #define MYSQL_SERVER_SUFFIX_DEF ""
15 #define FRM_VER 6
16 #define MYSQL_VERSION_ID 50173
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 "Source distribution"
23 /* mysqld compile time options */
24 #endif /* _CUSTOMCONFIG_ */
26 #ifndef LICENSE
27 #define LICENSE GPL
28 #endif /* LICENSE */
30 #endif /* _mysql_version_h */