59
60
int heap_rrnd_old(register HP_INFO *info, uchar *record, ulong pos)
66
67
pos= ++info->current_record;
67
68
if (pos % share->block.records_in_block && /* Quick next record */
76
77
info->current_record=pos;
81
82
return(my_errno= HA_ERR_END_OF_FILE);