Explorar el Código

添加合并逻辑-朱陈媛

main
朱陈媛 hace 3 semanas
padre
commit
81a901f1ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      leveldb_base/db/db_impl.h

+ 1
- 1
leveldb_base/db/db_impl.h Ver fichero

@ -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;

Cargando…
Cancelar
Guardar