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
9 #include <custom_conf.h>
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"
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_ */
30 #endif /* _mysql_version_h */