root/trunk/dep/include/mysql/mysql_version.h @ 2

Revision 2, 0.8 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1/* Copyright Abandoned 1996, 1999, 2001 MySQL AB
2   This file is public domain and comes with NO WARRANTY of any kind */
3
4/* Version numbers for protocol & mysqld */
5
6#ifndef _mysql_version_h
7#define _mysql_version_h
8#ifdef _CUSTOMCONFIG_
9#include <custom_conf.h>
10#else
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"
15#define FRM_VER                         6
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"
22
23/* mysqld compile time options */
24#endif /* _CUSTOMCONFIG_ */
25
26#ifndef LICENSE
27#define LICENSE                         GPL
28#endif /* LICENSE */
29
30#endif /* _mysql_version_h */
Note: See TracBrowser for help on using the browser.