MySQL 5.6.14 Source Code Document
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
have_ssl_crypto_functs.inc
1
-- require r/have_ssl_is_yes_or_disabled_only.require
2
disable_query_log;
3
# "yes" means that the ssl library is found and the server can communicate using SSL.
4
# "no" means that there are no SSL functions in the server.
5
# "disabled" means that ssl functions exist, but communication is disabled for some reason.
6
replace_regex s/(YES|DISABLED)/yesordisabled/;
7
show variables like
"have_ssl"
;
8
enable_query_log;
mysql-test
include
have_ssl_crypto_functs.inc
Generated on Sat Nov 9 2013 01:24:52 for MySQL 5.6.14 Source Code Document by
1.8.1.2