100
108
extern void hp_clear_keys(HP_SHARE *info);
101
109
extern uint hp_rb_pack_key(HP_KEYDEF *keydef, uchar *key, const uchar *old,
102
110
key_part_map keypart_map);
122
extern uint hp_process_record_data_to_chunkset(HP_SHARE *info, const uchar *record, uchar *pos, uint is_compare);
103
126
extern pthread_mutex_t THR_LOCK_heap;