003 File Manager
Current Path:
/usr/local/include/mysql
usr
/
local
/
include
/
mysql
/
📁
..
📄
big_endian.h
(3.96 KB)
📄
binary_log_types.h
(2.59 KB)
📄
byte_order_generic.h
(2.89 KB)
📄
byte_order_generic_x86.h
(2.81 KB)
📄
decimal.h
(5.45 KB)
📄
errmsg.h
(4.64 KB)
📄
hash.h
(5.17 KB)
📄
keycache.h
(7.71 KB)
📄
little_endian.h
(3.82 KB)
📄
m_ctype.h
(33.87 KB)
📄
m_string.h
(10.86 KB)
📄
my_alloc.h
(2.92 KB)
📄
my_byteorder.h
(6.03 KB)
📄
my_command.h
(2.27 KB)
📄
my_compiler.h
(5.68 KB)
📄
my_config.h
(12.39 KB)
📄
my_dbug.h
(9.75 KB)
📄
my_dir.h
(3.33 KB)
📄
my_getopt.h
(6.7 KB)
📄
my_global.h
(22.75 KB)
📄
my_list.h
(2.14 KB)
📄
my_sys.h
(39.14 KB)
📄
my_thread.h
(5.16 KB)
📄
my_thread_local.h
(2.9 KB)
📄
my_xml.h
(3.15 KB)
📁
mysql
📄
mysql.h
(29.19 KB)
📄
mysql_com.h
(24.93 KB)
📄
mysql_com_server.h
(1.68 KB)
📄
mysql_embed.h
(1.51 KB)
📄
mysql_time.h
(2.77 KB)
📄
mysql_version.h
(1004 B)
📄
mysqld_ername.h
(121.89 KB)
📄
mysqld_error.h
(44.4 KB)
📄
plugin.h
(26.08 KB)
📄
plugin_audit.h
(17.52 KB)
📄
plugin_ftparser.h
(7.86 KB)
📄
plugin_group_replication.h
(5.93 KB)
📄
plugin_keyring.h
(6.54 KB)
📄
plugin_validate_password.h
(1.94 KB)
📄
sql_common.h
(8 KB)
📄
sql_state.h
(14.72 KB)
📄
sslopt-case.h
(2.43 KB)
📄
sslopt-longopts.h
(3.13 KB)
📄
sslopt-vars.h
(3.23 KB)
📄
thr_cond.h
(5.42 KB)
📄
thr_mutex.h
(5.92 KB)
📄
thr_rwlock.h
(6.28 KB)
📄
typelib.h
(2.9 KB)
Editing: mysql_version.h
/* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB & Detron HB, 1996, 1999-2004, 2007 MySQL AB. This file is public domain and comes with NO WARRANTY of any kind */ /* Version numbers for protocol & mysqld */ #ifndef _mysql_version_h #define _mysql_version_h #define PROTOCOL_VERSION 10 #define MYSQL_SERVER_VERSION "5.7.36" #define MYSQL_BASE_VERSION "mysqld-5.7" #define MYSQL_SERVER_SUFFIX_DEF "" #define FRM_VER 6 #define MYSQL_VERSION_ID 50736 #define MYSQL_PORT 3306 #define MYSQL_PORT_DEFAULT 0 #define MYSQL_UNIX_ADDR "/tmp/mysql.sock" #define MYSQL_CONFIG_NAME "my" #define MYSQL_COMPILATION_COMMENT "Source distribution" #define LIBMYSQL_VERSION "5.7.36" #define LIBMYSQL_VERSION_ID 50736 #define SYS_SCHEMA_VERSION "1.5.2" #ifndef LICENSE #define LICENSE GPL #endif /* LICENSE */ #endif /* _mysql_version_h */
Upload File
Create Folder