Source position: mysql.inc line 898
type st_mysql_rows = record
next: Pst_mysql_rows;
data: MYSQL_ROW;
length: culong;
end;