Hackfut Security File Manager
Current Path:
/usr/include/mysql
usr
/
include
/
mysql
/
📁
..
📄
big_endian.h
(4.82 KB)
📄
byte_order_generic.h
(5.49 KB)
📄
byte_order_generic_x86.h
(4.6 KB)
📄
byte_order_generic_x86_64.h
(4.36 KB)
📄
decimal.h
(5.49 KB)
📄
errmsg.h
(4.61 KB)
📄
keycache.h
(7.33 KB)
📄
little_endian.h
(4.02 KB)
📄
m_ctype.h
(33.12 KB)
📄
m_string.h
(9.73 KB)
📄
my_alloc.h
(2.57 KB)
📄
my_attribute.h
(2.45 KB)
📄
my_byteorder.h
(2.62 KB)
📄
my_compiler.h
(4.82 KB)
📄
my_config.h
(16.88 KB)
📄
my_dbug.h
(8.7 KB)
📄
my_dir.h
(3.9 KB)
📄
my_getopt.h
(6.4 KB)
📄
my_global.h
(33.01 KB)
📄
my_list.h
(2.16 KB)
📄
my_net.h
(2.43 KB)
📄
my_pthread.h
(31 KB)
📄
my_sys.h
(40.75 KB)
📄
my_xml.h
(3.17 KB)
📁
mysql
📄
mysql.h
(29.13 KB)
📄
mysql_com.h
(23.85 KB)
📄
mysql_com_server.h
(1.7 KB)
📄
mysql_embed.h
(1.57 KB)
📄
mysql_time.h
(2.79 KB)
📄
mysql_version.h
(900 B)
📄
mysqld_ername.h
(93.57 KB)
📄
mysqld_error.h
(34.02 KB)
📄
plugin.h
(24.05 KB)
📄
plugin_audit.h
(4.46 KB)
📄
plugin_ftparser.h
(7.83 KB)
📄
plugin_validate_password.h
(1.95 KB)
📄
sql_common.h
(5.28 KB)
📄
sql_state.h
(13.02 KB)
📄
sslopt-case.h
(2.03 KB)
📄
sslopt-longopts.h
(3.02 KB)
📄
sslopt-vars.h
(1.87 KB)
📄
typelib.h
(2.92 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 #ifdef _CUSTOMCONFIG_ #include <custom_conf.h> #else #define PROTOCOL_VERSION 10 #define MYSQL_SERVER_VERSION "5.6.51" #define MYSQL_BASE_VERSION "mysqld-5.6" #define MYSQL_SERVER_SUFFIX_DEF "" #define FRM_VER 6 #define MYSQL_VERSION_ID 50651 #define MYSQL_PORT 3306 #define MYSQL_PORT_DEFAULT 0 #define MYSQL_UNIX_ADDR "/var/lib/mysql/mysql.sock" #define MYSQL_CONFIG_NAME "my" #define MYSQL_COMPILATION_COMMENT "MySQL Community Server (GPL)" /* mysqld compile time options */ #endif /* _CUSTOMCONFIG_ */ #ifndef LICENSE #define LICENSE GPL #endif /* LICENSE */ #endif /* _mysql_version_h */
Upload File
Create Folder