1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
4
* Copyright (C) 2008 Sun Microsystems
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2 of the License, or
9
* (at your option) any later version.
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
16
* You should have received a copy of the GNU General Public License
17
* along with this program; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
/* Version numbers for protocol && drizzled */
23
#ifndef _drizzled_version_h
24
#define _drizzled_version_h
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>
26
11
#define PROTOCOL_VERSION @PROTOCOL_VERSION@
27
#define DRIZZLE_SERVER_VERSION "@VERSION@"
28
#define DRIZZLE_BASE_VERSION "drizzle-@DRIZZLE_BASE_VERSION@"
29
#define DRIZZLE_SERVER_SUFFIX_DEF "@DRIZZLE_SERVER_SUFFIX@"
12
#define MYSQL_SERVER_VERSION "@VERSION@"
13
#define MYSQL_BASE_VERSION "mysqld-@MYSQL_BASE_VERSION@"
14
#define MYSQL_SERVER_SUFFIX_DEF "@MYSQL_SERVER_SUFFIX@"
30
15
#define FRM_VER @DOT_FRM_VERSION@
31
#define DRIZZLE_VERSION_ID @DRIZZLE_VERSION_ID@
32
#define DRIZZLE_PORT @DRIZZLE_TCP_PORT@
33
#define DRIZZLE_PORT_DEFAULT @DRIZZLE_TCP_PORT_DEFAULT@
34
#define DRIZZLE_CONFIG_NAME "drizzled"
35
#define DRIZZLE_COMPILATION_COMMENT "@COMPILATION_COMMENT@"
16
#define MYSQL_VERSION_ID @MYSQL_VERSION_ID@
17
#define MYSQL_PORT @MYSQL_TCP_PORT@
18
#define MYSQL_PORT_DEFAULT @MYSQL_TCP_PORT_DEFAULT@
19
#define MYSQL_UNIX_ADDR "@MYSQL_UNIX_ADDR@"
20
#define MYSQL_CONFIG_NAME "my"
21
#define MYSQL_COMPILATION_COMMENT "@COMPILATION_COMMENT@"
23
/* mysqld compile time options */
24
#endif /* _CUSTOMCONFIG_ */
39
27
#define LICENSE GPL
40
28
#endif /* LICENSE */
42
#endif /* _drizzled_version_h */
30
#endif /* _mysql_version_h */