Implement immediate commit mode

This commit is contained in:
Vitaliy Filippov
2020-03-10 01:59:15 +03:00
parent c3737ae3ff
commit 3f522c66e6
8 changed files with 211 additions and 74 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ resume_5:
{
dirty_it->second.state = ST_J_STABLE;
}
else if (dirty_it->second.state == ST_D_META_SYNCED)
else if (dirty_it->second.state == ST_D_SYNCED)
{
dirty_it->second.state = ST_D_STABLE;
}