From 522f0e08a02a35c861261c47a6e4d5d9e31c4a07 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:38:36 +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/include/leveldb/write_batch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leveldb_base/include/leveldb/write_batch.h b/leveldb_base/include/leveldb/write_batch.h index 2c3b2ef..3df74d9 100644 --- a/leveldb_base/include/leveldb/write_batch.h +++ b/leveldb_base/include/leveldb/write_batch.h @@ -51,7 +51,7 @@ class LEVELDB_EXPORT WriteBatch { // Store the mapping "key->value" in the database. void Put(const Slice& key, const Slice& value); - // 添加ttl-橙 + // 添加ttl-朱陈媛 void Put(const Slice& key, const Slice& value, uint64_t ttl); // If the database contains a mapping for "key", erase it. Else do nothing.