From f19ff83d085f29ccb2e4f9f32cc83e38bdc591bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E9=99=88=E5=AA=9B?= <10225101469@stu.ecnu.edu.cn> Date: Tue, 29 Oct 2024 10:36:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=88=E5=B9=B6=E9=80=BB?= =?UTF-8?q?=E8=BE=91-=E6=9C=B1=E9=99=88=E5=AA=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leveldb_base/db/db_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leveldb_base/db/db_test.cc b/leveldb_base/db/db_test.cc index e0a5d7f..9a03b06 100644 --- a/leveldb_base/db/db_test.cc +++ b/leveldb_base/db/db_test.cc @@ -2117,7 +2117,7 @@ class ModelDB : public DB { Status Put(const WriteOptions& o, const Slice& k, const Slice& v) override { return DB::Put(o, k, v); } - // 添加新的ttl-橙 + // 添加新的ttl-朱陈媛 Status Put(const WriteOptions& o, const Slice& k, const Slice& v, uint64_t ttl) override { return DB::Put(o, k, v, ttl); }