rocksdb/utilities/checkpoint
Chao Zhao 4028eba67b Optional sequence number exporting during checkpoint creation (#5528)
Summary:
Add sequence_number_ptr to the checkpoint interface to expose the sequence number during taking the checkpoint. The number will be consistent with the seq # in rocksdb log.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5528

Test Plan: make check -j64

Reviewed By: Winger1994

Differential Revision: D16080209

fbshipit-source-id: 6dc3c7680287ee97d673c5e61f89aae1f43e33df
2020-03-10 13:40:18 -07:00
..
checkpoint_impl.cc Optional sequence number exporting during checkpoint creation (#5528) 2020-03-10 13:40:18 -07:00
checkpoint_impl.h Optional sequence number exporting during checkpoint creation (#5528) 2020-03-10 13:40:18 -07:00
checkpoint_test.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 2020-02-20 12:09:57 -08:00