Source position: mysql3types.inc line 67
type st_mysql_data = record
rows: my_ulonglong;
fields: cardinal;
data: PMYSQL_ROWS;
alloc: TMEM_ROOT;
end;