| 253 | |
| 254 | |
| 255 | void CDBEnv::CheckpointLSN(const std::string& strFile) |
| 256 | { |
| 257 | dbenv->txn_checkpoint(0, 0, 0); |
| 258 | if (fMockDb) |
| 259 | return; |
| 260 | //dbenv->lsn_reset(strFile.c_str(), 0); I'll reference this: https://github.com/bitcoin/bitcoin/issues/7475 |
| 261 | } |
| 262 | |
| 263 | |
| 264 | void CDBEnv::lsn_reset(const std::string& strFile) |
no outgoing calls
no test coverage detected