[Overview][Constants][Types][Procedures and functions][Variables] |
Source position: mysql.inc line 241
type st_net = record |
vio: PVIO; |
buff: Pbyte; |
buff_end: Pbyte; |
write_pos: Pbyte; |
read_pos: Pbyte; |
fd: my_socket; |
max_packet: dword; |
max_packet_size: dword; |
pkt_nr: dword; |
compress_pkt_nr: dword; |
write_timeout: dword; |
read_timeout: dword; |
retry_count: dword; |
fcntl: LongInt; |
compress: my_bool; |
remain_in_buf: dword; |
length: dword; |
buf_length: dword; |
where_b: dword; |
return_status: Pdword; |
reading_or_writing: Byte; |
save_char: Char; |
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: dword; |
error: Byte; |
query_cache_query: gptr; |
report_error: my_bool; |
return_errno: my_bool; |
end; |