Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYangming committed Mar 30, 2021
1 parent 3f7d50d commit 2185840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/compaction_job.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ void CompactionJob::ProcessKeyValueCompaction(SubcompactionState* sub_compact) {
status = SeparateHelper::TransToSeparate(
key, value, blob_meta->fd.GetNumber(), Slice(),
GetInternalKeyType(key) == kTypeMerge, false,
separate_helper.value_meta_extractor.get());
separate_helper.meta_extractor);
}
return status;
};
Expand Down

0 comments on commit 2185840

Please sign in to comment.