summaryrefslogtreecommitdiff
path: root/src/mongo/db/snapshot_window_util_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-021-0/+8
|
* SERVER-41560 default the snapshot window size to 0 when running with the WT ↵Dianna Hohensee2019-07-011-0/+2
| | | | inMemory storage engine
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ↵Dianna Hohensee2019-07-011-63/+26
| | | | | | history window size" This reverts commit 8899b34e1044b08aec7ad9f8546652456472702c.
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ↵Dianna2019-05-171-26/+67
| | | | window size
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-35251 Set the snapshot window default size to zero temporarilyDianna Hohensee2018-05-261-0/+3
|
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ↵Dianna Hohensee2018-05-251-0/+156
reads