52
52
#define hp_find_hash(A,B) ((HASH_INFO*) hp_find_block((A),(B)))
54
54
/* Find pos for record and update it in info->current_ptr */
55
#define hp_find_record(info,pos) (info)->current_ptr= hp_find_block(&(info)->s->recordspace.block,pos)
55
#define hp_find_record(info,pos) (info)->current_ptr= hp_find_block(&(info)->getShare()->recordspace.block,pos)
57
57
#define get_chunk_status(info,ptr) (ptr[(info)->offset_status])