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