MySQL
26.7.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 "26.7.0"
13
#define MYSQL_BASE_VERSION "mysqld-26.7"
14
#define MYSQL_VERSION_ID 260700
15
#define MYSQL_VERSION_MATURITY "INNOVATION"
16
#define MYSQL_VERSION_MATURITY_IS_LTS 0
17
#define MYSQL_PREVIOUS_LTS_VERSION "9.7.0"
18
#define MYSQL_PREVIOUS_LTS_VERSION_ID 90700
19
#define MYSQL_PORT 3306
20
#define MYSQL_ADMIN_PORT 33062
21
#define MYSQL_PORT_DEFAULT 0
22
#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
23
#define MYSQL_CONFIG_NAME "my"
24
#define MYSQL_PERSIST_CONFIG_NAME "mysqld-auto"
25
#define MYSQL_COMPILATION_COMMENT "Source distribution"
26
#define MYSQL_COMPILATION_COMMENT_SERVER "Source distribution"
27
#define LIBMYSQL_VERSION "26.7.0"
28
#define LIBMYSQL_VERSION_ID 260700
29
30
#ifndef LICENSE
31
#define LICENSE GPL
32
#endif
/* LICENSE */
33
34
#endif
/* _mysql_version_h */
include
mysql_version.h
Generated by
1.9.2