Fix journal loading

This commit is contained in:
Vitaliy Filippov
2019-11-21 00:52:52 +03:00
parent eb55b2fe20
commit 299b7288d5
6 changed files with 44 additions and 32 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ resume_0:
}
else if (dirty_it->second.state == ST_D_STABLE)
{
// There is an unflushed big write. Overwrite it with small writes
// There is an unflushed big write. Copy small writes in its position
if (!skip_copy)
{
clean_loc = dirty_it->second.location;