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