25
25
HA_ERR_KEY_NOT_FOUND = Record not found with key
33
33
if (get_chunk_status(&share->recordspace, info->current_ptr) == CHUNK_STATUS_ACTIVE)
35
35
if (inx < -1 || inx >= (int) share->keys)
43
if (!hp_search(info, share->keydef + inx, &info->lastkey[0], 3))
43
if (!hp_search(info, share->keydef + inx, info->lastkey, 3))
49
49
hp_extract_record(share, record, info->current_ptr);