Source position: mysql.inc line 1365
type st_mysql_manager = record |
net: NET; |
host: Pchar; |
user: Pchar; |
passwd: Pchar; |
net_buf: pcchar; |
net_buf_pos: pcchar; |
net_data_end: pcchar; |
port: cuint; |
cmd_status: cint; |
last_errno: cint; |
net_buf_size: cint; |
free_me: my_bool; |
eof: my_bool; |
last_error: array [0..(MAX_MYSQL_MANAGER_ERR)-1] of cchar; |
extension: pointer; |
end; |