From: Jay Huh Date: Wed, 22 Nov 2023 00:35:45 +0000 (-0800) Subject: Merge memtable only UDT bugfix X-Git-Tag: v8.9.1~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=17e3628cb5579a6765e40bcfeeda55ffd7eb95af;p=rocksdb.git Merge memtable only UDT bugfix --- diff --git a/HISTORY.md b/HISTORY.md index a7e58f784..47adf0040 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 index 53917e657..000000000 --- a/unreleased_history/bug_fixes/index_bug_fix_for_udt_in_memtable_only.md +++ /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