rocksdb/utilities/compacted_db
Lei Jin fd5d80d55e CompactedDB: log using the correct info_log
Summary:
info_log from supplied Options can be nullptr. Using the one from
db_impl. Also call flush after that since no more loggging will happen
and LOG can contain partial output

Test Plan: verified with db_bench

Reviewers: igor, yhchiang, sdong

Reviewed By: sdong

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D24183
2014-09-29 12:45:04 -07:00
..
compacted_db_impl.cc CompactedDB: log using the correct info_log 2014-09-29 12:45:04 -07:00
compacted_db_impl.h use GetContext to replace callback function pointer 2014-09-29 11:09:09 -07:00