summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_consistency_markers_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69500: Remove outdated minvalid timestamping invariant.Daniel Gottlieb2022-09-161-2/+1
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-10/+2
* SERVER-60828 Allow ignoring recover to stable timestamp invariant in setMinVa...ali-mir2021-10-251-1/+2
* SERVER-57827 Allow putSingleton override in storage_interface_mock.h and main...ali-mir2021-10-071-3/+9
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-0/+8
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-0/+17
* SERVER-45839 recoverFromOplogUpTo should not invariant if there are no oplog ...Gregory Wlodarek2020-01-301-0/+1
* SERVER-41391 clear the oplogTruncateAfterPoint timestamp on stepdown after th...Dianna Hohensee2019-11-051-0/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-13/+13
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-131-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30556 Code cleanup for 'oplogDeleteFromPoint' field in minValid collec...smani872018-06-151-3/+0
* SERVER-33348 Remove checkpoint timestamp collectionVesselina Ratcheva2018-04-181-11/+0
* SERVER-33258: Guarantee replication tables are durable before use.Daniel Gottlieb2018-02-161-0/+4
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-131-0/+6
* SERVER-29894 fall back on old oplog delete from point in FCV 3.4Judah Schvimer2017-08-141-0/+3
* SERVER-29892 Add functions in ReplicationConsistencyMarkers to update the che...r3.5.11William Schultz2017-08-031-0/+11
* SERVER-29254 move OplogTruncateAfterPoint into its own collectionJudah Schvimer2017-06-221-6/+6
* SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-151-0/+14
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-0/+92