fix strict defense & del useless code

This commit is contained in:
yangqise7en
2023-07-13 13:18:17 +00:00
committed by ob-robot
parent a8b35aca3d
commit a821d6da22
11 changed files with 13 additions and 99 deletions

View File

@ -535,7 +535,7 @@ void ObMediumCompactionInfo::gene_info(
char* buf, const int64_t buf_len, int64_t &pos) const
{
J_KV("compaction_type", ObMediumCompactionInfo::get_compaction_type_str((ObCompactionType)compaction_type_),
K(medium_snapshot_), K_(parallel_merge_info));
K(medium_snapshot_), K_(last_medium_snapshot), K_(parallel_merge_info));
}
int64_t ObMediumCompactionInfo::to_string(char* buf, const int64_t buf_len) const