From 32be357ef705d0146369e7958f34414471a3e3e8 Mon Sep 17 00:00:00 2001 From: sdong Date: Wed, 22 Feb 2017 15:59:46 -0800 Subject: [PATCH] Update HISTORY.md for the Direct I/O fixes. --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index b778c3189..e37960ac6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -15,6 +15,7 @@ * RangeSync() should work if ROCKSDB_FALLOCATE_PRESENT is not set * Fix wrong results in a data race case in Get() * Some fixes related to 2PC. +* Fix several bugs in Direct I/O supports. ## 5.1.0 (01/13/2017) * Support dynamically change `delete_obsolete_files_period_micros` option via SetDBOptions().