Source position: mysql.inc line 1238
type st_mysql = record |
net: NET; |
connector_fd: gptr; |
host: Pchar; |
user: Pchar; |
passwd: Pchar; |
unix_socket: Pchar; |
server_version: Pchar; |
host_info: Pchar; |
info: Pchar; |
db: Pchar; |
charset: Pcharset_info_st; |
fields: PMYSQL_FIELD; |
field_alloc: MEM_ROOT; |
affected_rows: my_ulonglong; |
insert_id: my_ulonglong; |
extra_info: my_ulonglong; |
thread_id: culong; |
packet_length: culong; |
port: cuint; |
client_flag: culong; |
server_capabilities: culong; |
protocol_version: cuint; |
field_count: cuint; |
server_status: cuint; |
server_language: cuint; |
warning_count: cuint; |
options: st_mysql_options; |
status: mysql_status; |
free_me: my_bool; |
reconnect: my_bool; |
scramble: array [0..(SCRAMBLE_LENGTH+1)-1] of char; |
stmts: Pointer; |
methods: Pst_mysql_methods; |
thd: pointer; |
unbuffered_fetch_owner: Pmy_bool; |
info_buffer: ; |
extension: pointer; |
end; |