Commit 9edd166f authored by Yoni Fogel's avatar Yoni Fogel

[t:4892] closes #4892 fixed comments for note_end_checkpoint

git-svn-id: file:///svn/toku/tokudb@44145 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5729e870
...@@ -244,7 +244,9 @@ PRNTF("free", i, pair->size, pair->u.diskoff, bt); ...@@ -244,7 +244,9 @@ PRNTF("free", i, pair->size, pair->u.diskoff, bt);
memset(&bt->inprogress, 0, sizeof(bt->inprogress)); memset(&bt->inprogress, 0, sizeof(bt->inprogress));
} }
// Purpose: free disk space used by previous checkpoint, unless still in use by current. // Purpose: free any disk space used by previous checkpoint that isn't in use by either
// - current state
// - in-progress checkpoint
// capture inprogress as new checkpointed. // capture inprogress as new checkpointed.
// For each entry in checkpointBTT // For each entry in checkpointBTT
// if offset does not match offset in inprogress // if offset does not match offset in inprogress
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment