type st_mysql_data = record
rows: my_ulonglong;
fields: cardinal;
data: PMYSQL_ROWS;
alloc: TMEM_ROOT;
end;