We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b1d8d commit d1d3cfcCopy full SHA for d1d3cfc
1 file changed
worker.cpp
@@ -2199,7 +2199,7 @@ DWORD ChunkDiskWorker::PostWritePage(ChunkOpState& state)
2199
{
2200
// retry from beginning...
2201
UnlockPageAsync(state, state.idx);
2202
- if (state.step == OP_READ_PAGE) state.step = OP_READY;
+ state.step = OP_READY; // OP_READ_PAGE -> OP_READY
2203
}
2204
return err;
2205
@@ -2211,7 +2211,7 @@ DWORD ChunkDiskWorker::PostWritePage(ChunkOpState& state)
2211
2212
2213
2214
2215
2216
2217
0 commit comments