4111
4111
mysql_options(&mysql, MYSQL_SECURE_AUTH, (char *) &opt_secure_auth);
4112
4112
if (using_opt_local_infile)
4113
4113
mysql_options(&mysql,MYSQL_OPT_LOCAL_INFILE, (char*) &opt_local_infile);
4116
mysql_ssl_set(&mysql, opt_ssl_key, opt_ssl_cert, opt_ssl_ca,
4122
4115
mysql_options(&mysql,MYSQL_OPT_PROTOCOL,(char*)&opt_protocol);