Source position: mysql4types.inc line 118
| type st_mysql_options = record | 
| connect_timeout: cuint; | 
| read_timeout: cuint; | 
| write_timeout: cuint; | 
| port: cuint; | 
| protocol: cuint; | 
| client_flag: culong; | 
| host: PAnsiChar; | 
| user: PAnsiChar; | 
| password: PAnsiChar; | 
| unix_socket: PAnsiChar; | 
| db: PAnsiChar; | 
| init_commands: pst_dynamic_array; | 
| 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; | 
| shared_memory_base_name: 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; | 
| methods_to_use: mysql_option; | 
| client_ip: PAnsiChar; | 
| secure_auth: my_bool; | 
| local_infile_init: pointer; | 
| local_infile_read: pointer; | 
| local_infile_end: pointer; | 
| local_infile_error: pointer; | 
| local_infile_userdata: pointer; | 
| end; |