]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Revert checkpoint fix (#8607)
authorMerlin Mao <qzmao@fb.com>
Tue, 3 Aug 2021 01:27:11 +0000 (18:27 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 3 Aug 2021 01:29:35 +0000 (18:29 -0700)
commit4811115b3e5b32830f880c0323083bad080fb4d7
tree46bcc43840780c53bb2deeeeca2fb8bb3fb8c340
parent3f7e929865d8c1c923915359c4ee2efb7987869c
Revert checkpoint fix (#8607)

Summary:
PR https://github.com/facebook/rocksdb/pull/8572 looses custom types in the options file. Need more API changes to fix this issue. Revert this PR.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8607

Reviewed By: ajkr

Differential Revision: D30058289

Pulled By: autopear

fbshipit-source-id: 78f5a154c0bf193e8441bae4a36fa79b95277fd4
include/rocksdb/utilities/checkpoint.h
utilities/checkpoint/checkpoint_impl.cc
utilities/checkpoint/checkpoint_impl.h
utilities/checkpoint/checkpoint_test.cc