瀏覽代碼

添加合并逻辑-朱陈媛

main
朱陈媛 4 週之前
父節點
當前提交
81a901f1ba
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      leveldb_base/db/db_impl.h

+ 1
- 1
leveldb_base/db/db_impl.h 查看文件

@ -38,7 +38,7 @@ class DBImpl : public DB {
// Implementations of the DB interface // Implementations of the DB interface
Status Put(const WriteOptions&, const Slice& key, Status Put(const WriteOptions&, const Slice& key,
const Slice& value) override; const Slice& value) override;
// ttl-
// ttl-
Status Put(const WriteOptions&, const Slice& key, Status Put(const WriteOptions&, const Slice& key,
const Slice& value, uint64_t ttl) override; const Slice& value, uint64_t ttl) override;
Status Delete(const WriteOptions&, const Slice& key) override; Status Delete(const WriteOptions&, const Slice& key) override;

Loading…
取消
儲存