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 */
7 #include <custom_conf.h>
9 #define PROTOCOL_VERSION 10
10 #define MYSQL_CLIENT_VERSION "5.3.2"
11 #define MYSQL_SERVER_VERSION "5.3.2"
12 #define MYSQL_SERVER_SUFFIX ""
14 #define MYSQL_VERSION_ID 50302
15 #define MYSQL_PORT 3306
16 #define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
17 #define MYSQL_CONFIG_NAME "my"
19 /* mysqld compile time options */
21 #define MYSQL_CHARSET ""