MySQL
9.1.0
Source Code Documentation
mysql_version.h
Go to the documentation of this file.
1
/* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB
2
& Detron HB, 1996, 1999-2004, 2007 MySQL AB.
3
This file is public domain and comes with NO WARRANTY of any kind
4
*/
5
6
/* Version numbers for protocol & mysqld */
7
8
#ifndef _mysql_version_h
9
#define _mysql_version_h
10
11
#define PROTOCOL_VERSION 10
12
#define MYSQL_SERVER_VERSION "9.1.0"
13
#define MYSQL_BASE_VERSION "mysqld-9.1"
14
#define MYSQL_SERVER_SUFFIX_DEF ""
15
#define MYSQL_VERSION_ID 90100
16
#define MYSQL_VERSION_MATURITY "INNOVATION"
17
#define MYSQL_PORT 3306
18
#define MYSQL_ADMIN_PORT 33062
19
#define MYSQL_PORT_DEFAULT 0
20
#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
21
#define MYSQL_CONFIG_NAME "my"
22
#define MYSQL_PERSIST_CONFIG_NAME "mysqld-auto"
23
#define MYSQL_COMPILATION_COMMENT "Source distribution"
24
#define MYSQL_COMPILATION_COMMENT_SERVER "Source distribution"
25
#define LIBMYSQL_VERSION "9.1.0"
26
#define LIBMYSQL_VERSION_ID 90100
27
28
#ifndef LICENSE
29
#define LICENSE GPL
30
#endif
/* LICENSE */
31
32
#endif
/* _mysql_version_h */
include
mysql_version.h
Generated by
1.9.2