[CP] fix ext info log mutator row set row_seq_no_ when replay deserialize

This commit is contained in:
shadowao 2024-07-15 11:06:27 +00:00 committed by ob-robot
parent 8c4077254d
commit d124cba5eb

View File

@ -1359,6 +1359,8 @@ int ObMemtableMutatorIterator::iterate_next_row(ObEncryptRowBuf &decrypt_buf,
encrypt_info, unused_need_extract_encrypt_meta, encrypt_meta,
unused_encrypt_stat_map, ObTransRowFlag::is_big_row(meta_.get_flags())))) {
TRANS_LOG(WARN, "deserialize mutator row fail", K(ret));
} else {
row_seq_no_ = row_.seq_no_;
}
break;
}