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.5.0"
11 #define MYSQL_SERVER_VERSION "5.5.0"
12 #define MYSQL_SERVER_SUFFIX ""
14 #define MYSQL_VERSION_ID 50500
15 #define MYSQL_PORT 3306
16 #define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
17 #define MYSQL_CONFIG_NAME "my"
19 #define MARIADB_PACKAGE_VERSION "1.1.2"
20 #define MARIADB_SYSTEM_TYPE "Linux"
21 #define MARIADB_MACHINE_TYPE "x86_64"
23 /* mysqld compile time options */
25 #define MYSQL_CHARSET ""