Source position: mysql4_comtypes.inc line 97
type st_net = record |
vio: PVIO; |
buff: PByte; |
buff_end: PByte; |
write_pos: PByte; |
read_pos: PByte; |
fd: My_socket; |
max_packet: culong; |
max_packet_size: culong; |
pkt_nr: culong; |
compress_pkt_nr: culong; |
write_timeout: cuint; |
read_timeout: cuint; |
retry_count: cuint; |
fcntl: cint; |
compress: my_bool; |
remain_in_bufm: culong; |
length: culong; |
buf_length: culong; |
where_b: culong; |
return_status: pcuint; |
reading_or_writing: cuint; |
save_char: cchar; |
no_send_ok: my_bool; |
last_error: array [0..(MYSQL_ERRMSG_SIZE)-1] of char; |
sqlstate: array [0..SQLSTATE_LENGTH] of char; |
last_errno: cuint; |
error: cuchar; |
query_cache_query: gptr; |
report_error: my_bool; |
return_errno: my_bool; |
end; |