]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Merge memtable only UDT bugfix
authorJay Huh <jewoongh@meta.com>
Wed, 22 Nov 2023 00:35:45 +0000 (16:35 -0800)
committerJay Huh <jewoongh@meta.com>
Wed, 22 Nov 2023 00:35:45 +0000 (16:35 -0800)
HISTORY.md
unreleased_history/bug_fixes/index_bug_fix_for_udt_in_memtable_only.md [deleted file]

index a7e58f784c2b242135d7d13c522fdeb7926cf176..47adf0040a9ce2e86cd3c4b955ee01cba6470bfb 100644 (file)
@@ -22,6 +22,7 @@ want to continue to use force enabling, they need to explicitly pass a `true` to
 ### Bug Fixes
 * Fixed a crash or assertion failure bug in experimental new HyperClockCache variant, especially when running with a SecondaryCache.
 * Fix a race between flush error recovery and db destruction that can lead to db crashing.
+* Fixed some bugs in the index builder/reader path for user-defined timestamps in Memtable only feature.
 
 ## 8.8.0 (10/23/2023)
 ### New Features
diff --git a/unreleased_history/bug_fixes/index_bug_fix_for_udt_in_memtable_only.md b/unreleased_history/bug_fixes/index_bug_fix_for_udt_in_memtable_only.md
deleted file mode 100644 (file)
index 53917e6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Fixed some bugs in the index builder/reader path for user-defined timestamps in Memtable only feature.
\ No newline at end of file