• M
    WritePrepared: add private options to TransactionDBOptions (#4966) · 9144d1f1
    Maysam Yabandeh 提交于
    Summary:
    WritePreparedTransactionDB operates with more options which should not be configurable to avoid complicating it for the users. For testing purposes however we need to change the default value of this parameters. This patch makes these parameters private fields in TransactionDBOptions so that the existing ::Open API could use them seamlessly without however exposing them to the users.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/4966
    
    Differential Revision: D14015986
    
    Pulled By: maysamyabandeh
    
    fbshipit-source-id: 13037efa7dfdd6f73ec7a19414b66571e044c633
    9144d1f1
write_prepared_transaction_test.cc 111.3 KB