Move fast and break things

Summary:
Broke the compile when I removed purge_log_after_memtable_flush.

sorrybus

Test Plan: make db_bench works now

Reviewers: haobo

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D14037
This commit is contained in:
Igor Canadi
2013-11-12 12:42:42 -08:00
parent 9bc4a26f56
commit 9df2b217e9
2 changed files with 0 additions and 9 deletions

View File

@@ -704,9 +704,6 @@ If both are not 0, WAL files will be checked every 10 min and both
checks will be performed with ttl being first.
</ul>
You can completely disable WAL file purging by setting
<code>Options::purge_log_after_memtable_flush</code> to false.
<h1>Other Information</h1>
<p>
Details about the <code>rocksdb</code> implementation may be found in