summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-6/+6
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-0/+41
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-47/+12
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-11/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-25/+12
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+0
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-2/+0
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-2/+2
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-10/+10
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-10/+10
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-10/+10
* SERVER-39431 Write oplog entries with "inTxn" field before commit for large t...Matthew Russotto2019-02-221-0/+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-26/+28
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+1
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-2/+4
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-3/+14
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-3/+13
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-13/+3
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-3/+13
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-13/+3
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-3/+13
* SERVER-30963 synchronize access to logOp() in oplog_testBenety Goh2017-09-191-19/+15
* SERVER-30895 Make repl::logOp accept an OperationSessionInfo, instead of extr...Randolph Tan2017-09-121-2/+3
* SERVER-30212 add unit test for repl::logOpBenety Goh2017-08-291-0/+390