436
436
bool hash_delete(HASH *hash,unsigned char *record)
438
uint blength,pos2,pos_hashnr,lastpos_hashnr,idx,empty_index;
438
uint32_t blength,pos2,pos_hashnr,lastpos_hashnr,idx,empty_index;
439
439
HASH_LINK *data,*lastpos,*gpos,*pos,*pos3,*empty;