Source position: mysql.inc line 1088
type st_mysql_options = record |
connect_timeout: cuint; |
client_flag: cuint; |
port: cuint; |
host: PAnsiChar; |
init_command: PAnsiChar; |
user: PAnsiChar; |
password: PAnsiChar; |
unix_socket: PAnsiChar; |
db: PAnsiChar; |
my_cnf_file: PAnsiChar; |
my_cnf_group: PAnsiChar; |
charset_dir: PAnsiChar; |
charset_name: PAnsiChar; |
ssl_key: PAnsiChar; |
ssl_cert: PAnsiChar; |
ssl_ca: PAnsiChar; |
ssl_capath: PAnsiChar; |
ssl_cipher: PAnsiChar; |
max_allowed_packet: culong; |
use_ssl: my_bool; |
compress: my_bool; |
named_pipe: my_bool; |
rpl_probe: my_bool; |
rpl_parse: my_bool; |
no_master_reads: my_bool; |
end; |