123
123
unsigned int connect_timeout, read_timeout, write_timeout;
124
124
unsigned int port, protocol;
125
125
unsigned long client_flag;
126
char *host,*user,*password,*unix_socket,*db;
126
char *host,*user,*password,*db;
128
127
char *my_cnf_file,*my_cnf_group;
129
128
char *ssl_key; /* PEM key file */
130
129
char *ssl_cert; /* PEM cert file */