From b88ed40c962acff811be3dc17816da9ca127a4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Sun, 9 Apr 2023 08:50:18 +0200 Subject: [PATCH] Add CHANGES note for [GL #3985] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 4634446aa1..f42ea42dac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6147. [performance] Fix the TCP server parent quota use. [GL #3985] + 6146. [performance] Replace the zone table red-black tree and associated locking with a lock-free qp-trie. [GL !7582]