From a74508955412fa65d9ed3ec4739b7a22d3c9e396 Mon Sep 17 00:00:00 2001 From: James Pearce Date: Fri, 18 Apr 2014 09:33:27 -0700 Subject: [PATCH] Added period This is a PR to test some tooling; please do not merge without talking to @jamesgpearce :) --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 53e720351..831d3ccb1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -24,7 +24,7 @@ * Added Env::GetThreadPoolQueueLen(), which returns the waiting queue length of thread pools * Added a command "checkconsistency" in ldb tool, which checks if file system state matches DB state (file existence and file sizes) -* Separate options related to block based table to a new struct BlockBasedTableOptions +* Separate options related to block based table to a new struct BlockBasedTableOptions. * WriteBatch has a new function Count() to return total size in the batch, and Data() now returns a reference instead of a copy * Add more counters to perf context. * Supports several more DB properties: compaction-pending, background-errors and cur-size-active-mem-table.