summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_consistency_markers_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-53/+11
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-3/+3
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-241-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-2/+2
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-1/+2
* SERVER-34215 Clear oplog truncate after point when clearing initial sync flagVesselina Ratcheva2018-06-111-0/+26
* SERVER-33348 Remove checkpoint timestamp collectionVesselina Ratcheva2018-04-181-37/+3
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-1/+1
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-49/+0
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-0/+49
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-49/+0
* SERVER-33258: Guarantee replication tables are durable before use.Daniel Gottlieb2018-02-161-0/+4
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-72/+0
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-131-1/+1
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-1/+1
* SERVER-31002 minValid should alway be set to existent OpTime.Siyuan Zhou2017-10-271-0/+49
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-3/+3
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-3/+3
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-1/+2
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-6/+7
* SERVER-29894 fall back on old oplog delete from point in FCV 3.4Judah Schvimer2017-08-141-3/+41
* SERVER-29892 Add functions in ReplicationConsistencyMarkers to update the che...r3.5.11William Schultz2017-08-031-5/+39
* SERVER-29254 move OplogTruncateAfterPoint into its own collectionJudah Schvimer2017-06-221-46/+108
* SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-151-11/+10
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-0/+227