rocksdb/include
sdong ac95ae1b5d Make sure WAL is synced for DB::Write() if write batch is empty
Summary: This patch makes it a contract that if an empty write batch is passed to DB::Write() and WriteOptions.sync = true, fsync is called to WAL.

Test Plan: A new unit test

Reviewers: ljin, rven, yhchiang, igor

Reviewed By: igor

Subscribers: dhruba, MarkCallaghan, leveldb

Differential Revision: https://reviews.facebook.net/D28365
2014-11-06 09:48:19 -08:00
..
rocksdb Make sure WAL is synced for DB::Write() if write batch is empty 2014-11-06 09:48:19 -08:00
utilities Move convenience.h to /include 2014-10-31 12:08:43 -07:00