MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_mysql_options Struct Reference
Collaboration diagram for st_mysql_options:

Public Attributes

unsigned int connect_timeout
unsigned int read_timeout
unsigned int write_timeout
unsigned int port
unsigned int protocol
unsigned long client_flag
char * host
char * user
char * password
char * unix_socket
char * db
struct st_dynamic_arrayinit_commands
char * my_cnf_file
char * my_cnf_group
char * charset_dir
char * charset_name
char * ssl_key
char * ssl_cert
char * ssl_ca
char * ssl_capath
char * ssl_cipher
char * shared_memory_base_name
unsigned long max_allowed_packet
my_bool use_ssl
my_bool compress
my_bool named_pipe
my_bool unused1
my_bool unused2
my_bool unused3
my_bool unused4
enum mysql_option methods_to_use
union {
   char *   client_ip
   char *   bind_address
ci
my_bool secure_auth
my_bool report_data_truncation
int(* local_infile_init )(void **, const char *, void *)
int(* local_infile_read )(void *, char *, unsigned int)
void(* local_infile_end )(void *)
int(* local_infile_error )(void *, char *, unsigned int)
void * local_infile_userdata
struct st_mysql_options_extentionextension

Detailed Description

Definition at line 187 of file mysql.h.


The documentation for this struct was generated from the following file: