1
0
Fork 0

fix compile error

This commit is contained in:
jsteemann 2018-02-09 17:37:38 +01:00
parent 934e936bae
commit 0c4f22659b
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ Result RocksDBRecoveryManager::parseRocksWAL() {
}
// Tell the WriteBatch reader the transaction markers to look for
WBReader handler = std::make_unique<WBReader>(engine->settingsManager()->counterSeqs());
handler = std::make_unique<WBReader>(engine->settingsManager()->counterSeqs());
auto minTick = std::min(engine->settingsManager()->earliestSeqNeeded(),
engine->releasedTick());