/
usr
/
include
/
mysql
/
/usr/include/mysql
mkdir
upload
Name
Size
Mode
Actions
mysql/
-
0755
rm
big_endian.h
4931
0644
edit
dl
rm
byte_order_generic.h
5620
0644
edit
dl
rm
byte_order_generic_x86.h
4710
0644
edit
dl
rm
byte_order_generic_x86_64.h
4468
0644
edit
dl
rm
decimal.h
5617
0644
edit
dl
rm
errmsg.h
4721
0644
edit
dl
rm
keycache.h
7502
0644
edit
dl
rm
little_endian.h
4115
0644
edit
dl
rm
mysql.h
29833
0644
edit
dl
rm
mysqld_ername.h
95816
0644
edit
dl
rm
mysqld_error.h
34839
0644
edit
dl
rm
mysql_com.h
24418
0644
edit
dl
rm
mysql_com_server.h
1737
0644
edit
dl
rm
mysql_embed.h
1609
0644
edit
dl
rm
mysql_time.h
2856
0644
edit
dl
rm
mysql_version.h
900
0644
edit
dl
rm
my_alloc.h
2628
0644
edit
dl
rm
my_attribute.h
2512
0644
edit
dl
rm
my_byteorder.h
2683
0644
edit
dl
rm
my_compiler.h
4940
0644
edit
dl
rm
my_config.h
17282
0644
edit
dl
rm
my_dbug.h
8908
0644
edit
dl
rm
my_dir.h
3997
0644
edit
dl
rm
my_getopt.h
6551
0644
edit
dl
rm
my_global.h
33805
0644
edit
dl
rm
my_list.h
2210
0644
edit
dl
rm
my_net.h
2489
0644
edit
dl
rm
my_pthread.h
31745
0644
edit
dl
rm
my_sys.h
41724
0644
edit
dl
rm
my_xml.h
3245
0644
edit
dl
rm
m_ctype.h
33915
0644
edit
dl
rm
m_string.h
9964
0644
edit
dl
rm
plugin.h
24625
0644
edit
dl
rm
plugin_audit.h
4564
0644
edit
dl
rm
plugin_ftparser.h
8013
0644
edit
dl
rm
plugin_validate_password.h
2000
0644
edit
dl
rm
sql_common.h
5403
0644
edit
dl
rm
sql_state.h
13331
0644
edit
dl
rm
sslopt-case.h
2075
0644
edit
dl
rm
sslopt-longopts.h
3090
0644
edit
dl
rm
sslopt-vars.h
1912
0644
edit
dl
rm
typelib.h
2986
0644
edit
dl
rm
Edit:
/usr/include/mysql/sslopt-vars.h
(1912B)
#ifndef SSLOPT_VARS_INCLUDED #define SSLOPT_VARS_INCLUDED /* Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2.0, as published by the Free Software Foundation. This program is also distributed with certain software (including but not limited to OpenSSL) that is licensed under separate terms, as designated in a particular file or component or in included license documentation. The authors of MySQL hereby grant you an additional permission to link the program and your derivative works with the separately licensed software that they have included with MySQL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License, version 2.0, for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if defined(HAVE_OPENSSL) && !defined(EMBEDDED_LIBRARY) #ifdef SSL_VARS_NOT_STATIC #define SSL_STATIC #else #define SSL_STATIC static #endif SSL_STATIC my_bool opt_use_ssl = 0; SSL_STATIC char *opt_ssl_ca = 0; SSL_STATIC char *opt_ssl_capath = 0; SSL_STATIC char *opt_ssl_cert = 0; SSL_STATIC char *opt_ssl_cipher = 0; SSL_STATIC char *opt_ssl_key = 0; SSL_STATIC char *opt_ssl_crl = 0; SSL_STATIC char *opt_ssl_crlpath = 0; #ifdef MYSQL_CLIENT SSL_STATIC my_bool opt_ssl_verify_server_cert= 0; SSL_STATIC uint opt_ssl_mode= 0; #endif /* MYSQL_CLIENT */ #else /* HAVE_OPENSSL */ #define opt_ssl_mode 0 #endif /* HAVE_OPENSSL */ #endif /* SSLOPT_VARS_INCLUDED */
Save
cmd:
run