16
16
/* Update current record in heap-database */
22
22
HP_KEYDEF *keydef, *end, *p_lastinx;
24
24
bool auto_key_changed= 0;
25
25
HP_SHARE *share= info->s;
32
32
if (info->opt_flag & READ_CHECK_USED && hp_rectest(info,old_record))
35
35
old_length = hp_get_encoded_data_length(share, old_record, &old_chunk_count);
36
36
new_length = hp_get_encoded_data_length(share, new_record, &new_chunk_count);