[Overview][Constants][Types][Procedures and functions][Variables] |
Source position: mysql4types.inc line 165
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: Pointer; |
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_buff: array [0..20] of Char; |
rpl_pivot: my_bool; |
master: Pst_mysql; |
next_slave: Pst_mysql; |
last_used_slave: Pst_mysql; |
last_used_con: Pst_mysql; |
stmts: pointer; |
methods: pointer; |
thd: pointer; |
unbuffered_fetch_owner: Pmy_bool; |
end; |