54
52
if (pos >= info->next_block)
60
58
hp_find_record(info, pos);
62
60
if (!info->current_ptr[share->reclength])
65
62
info->update= HA_STATE_PREV_FOUND | HA_STATE_NEXT_FOUND;
68
65
info->update= HA_STATE_PREV_FOUND | HA_STATE_NEXT_FOUND | HA_STATE_AKTIV;
69
66
memcpy(record,info->current_ptr,(size_t) share->reclength);
70
67
info->current_hash_ptr=0; /* Can't use read_next */