From f7c8a56867dbcc0931caf3865b8605d5de246297 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 25 Aug 2022 21:16:21 +0800 Subject: [PATCH] fix a typo in 5.2.3 RN (#10180) (#10197) --- releases/release-5.2.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-5.2.3.md b/releases/release-5.2.3.md index 8136f72bcd3c3..039541f40536d 100644 --- a/releases/release-5.2.3.md +++ b/releases/release-5.2.3.md @@ -12,4 +12,4 @@ TiDB version: 5.2.3 + TiKV - - Fix the issue that the `GcKeys` task does not work when it is called by multiple keys. Caused by this issue, compaction filer GC might not drop the MVCC deletion information. [#11217](https://github.com/tikv/tikv/issues/11217) + - Fix the issue that the `GcKeys` task does not work when it is called by multiple keys. Caused by this issue, compaction filter GC might not drop the MVCC deletion information. [#11217](https://github.com/tikv/tikv/issues/11217)