MySQL 5.6.14 Source Code Document
 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;