diff options
Diffstat (limited to 'db/cap.cpp')
-rw-r--r-- | db/cap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -319,6 +319,7 @@ namespace mongo { // 'end' has been found and removed, so break. break; } + getDur().commitIfNeeded(); // 'curr' will point to the newest document in the collection. DiskLoc curr = theCapExtent()->lastRecord; assert( !curr.isNull() ); |