The world's most popular open source database
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | PROTOCOL_VERSION 10 |
| #define | MYSQL_SERVER_VERSION "5.1.12-beta" |
| #define | MYSQL_BASE_VERSION "mysqld-5.1" |
| #define | MYSQL_SERVER_SUFFIX_DEF "" |
| #define | FRM_VER 6 |
| #define | MYSQL_VERSION_ID 50112 |
| #define | MYSQL_PORT 3306 |
| #define | MYSQL_UNIX_ADDR "/tmp/mysql.sock" |
| #define | MYSQL_CONFIG_NAME "my" |
| #define | MYSQL_COMPILATION_COMMENT "Source distribution" |
| #define | LICENSE GPL |
| #define FRM_VER 6 |
Definition at line 15 of file mysql_version.h.
Referenced by create_frm(), mysql_frm_type(), open_binary_frm(), and open_table_def().
| #define LICENSE GPL |
Definition at line 26 of file mysql_version.h.
| #define MYSQL_BASE_VERSION "mysqld-5.1" |
Definition at line 13 of file mysql_version.h.
| #define MYSQL_COMPILATION_COMMENT "Source distribution" |
| #define MYSQL_CONFIG_NAME "my" |
| #define MYSQL_PORT 3306 |
Definition at line 17 of file mysql_version.h.
Referenced by main(), mysql_server_init(), and set_ports().
| #define MYSQL_SERVER_SUFFIX_DEF "" |
Definition at line 14 of file mysql_version.h.
| #define MYSQL_SERVER_VERSION "5.1.12-beta" |
Definition at line 12 of file mysql_version.h.
Referenced by create_check_file(), main(), mysql_get_client_info(), mysql_init_variables(), ndb_std_print_version(), print_version(), set_server_version(), and usage().
| #define MYSQL_UNIX_ADDR "/tmp/mysql.sock" |
| #define MYSQL_VERSION_ID 50112 |
Definition at line 16 of file mysql_version.h.
Referenced by append_unescaped(), create_frm(), handler::ha_check(), mysql_get_client_version(), MYSQLlex(), table_check_intact(), and update_frm_version().
| #define PROTOCOL_VERSION 10 |
Definition at line 11 of file mysql_version.h.
1.4.7

