提交 e37eb21e 编写于 作者: D Deon Nicholas

minor change to fix build

上级 c2d7826c
......@@ -277,7 +277,7 @@ class TtlMergeOperator : public MergeOperator {
const Slice& right_operand,
std::string* new_value,
Logger* logger) const override {
const uint32_t& ts_len = DBWithTTL::kTSLength;
const uint32_t ts_len = DBWithTTL::kTSLength;
if (left_operand.size() < ts_len || right_operand.size() < ts_len) {
Log(logger, "Error: Could not remove timestamp from value.");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册