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 @PROTOCOL_VERSION@
12
#define DRIZZLE_SERVER_VERSION "@VERSION@"
13
#define DRIZZLE_BASE_VERSION "drizzle-@DRIZZLE_BASE_VERSION@"
14
#define DRIZZLE_SERVER_SUFFIX_DEF "@DRIZZLE_SERVER_SUFFIX@"
15
#define FRM_VER @DOT_FRM_VERSION@
16
#define DRIZZLE_VERSION_ID @DRIZZLE_VERSION_ID@
17
#define DRIZZLE_PORT @DRIZZLE_TCP_PORT@
18
#define DRIZZLE_PORT_DEFAULT @DRIZZLE_TCP_PORT_DEFAULT@
19
#define DRIZZLE_CONFIG_NAME "drizzled"
20
#define DRIZZLE_COMPILATION_COMMENT "@COMPILATION_COMMENT@"
22
/* mysqld compile time options */
23
#endif /* _CUSTOMCONFIG_ */
29
#endif /* _mysql_version_h */