Преглед изворни кода

添加合并逻辑-朱陈媛

main
朱陈媛 пре 3 недеља
родитељ
комит
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
Status Put(const WriteOptions&, const Slice& key,
const Slice& value) override;
// ttl-
// ttl-
Status Put(const WriteOptions&, const Slice& key,
const Slice& value, uint64_t ttl) override;
Status Delete(const WriteOptions&, const Slice& key) override;

Loading…
Откажи
Сачувај