Fix build
Summary: remove reference Test Plan: make OPT=-g Reviewers: CC: Task ID: # Blame Rev:
This commit is contained in:
parent
8e792e5896
commit
73f9518b21
@ -230,7 +230,7 @@ class TtlMergeOperator : public MergeOperator {
|
|||||||
const Slice& value,
|
const Slice& value,
|
||||||
std::string* new_value,
|
std::string* new_value,
|
||||||
Logger* logger) const override {
|
Logger* logger) const override {
|
||||||
const uint32_t& ts_len = DBWithTTL::kTSLength;
|
const uint32_t ts_len = DBWithTTL::kTSLength;
|
||||||
if ((existing_value && existing_value->size() < ts_len) ||
|
if ((existing_value && existing_value->size() < ts_len) ||
|
||||||
value.size() < ts_len) {
|
value.size() < ts_len) {
|
||||||
Log(logger, "Error: Could not remove timestamp correctly from value.");
|
Log(logger, "Error: Could not remove timestamp correctly from value.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user