summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Lingzhi Deng2019-07-081-25/+12
| | | | progressively
* 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 ↵Matthew Russotto2019-04-241-2/+2
| | | | uses of OplogInterfaceLocal for non-oplog documents
* 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
| | | | This reverts commit 04ea1d46eb6c4c78e19409f120ae2e61f2a35204.
* 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 ↵Matthew Russotto2019-02-221-0/+2
| | | | transactions
* 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-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 ↵Matthew Russotto2018-07-031-2/+4
| | | | | | | replication process. Do not create them directly on secondaries. Do create oplog entries for index creation.
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ↵Judah Schvimer2018-06-071-3/+14
| | | | use its optime as the prepare timestamp
* 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 ↵Judah Schvimer2017-10-251-13/+3
| | | | | | entries" This reverts commit 8e69370f5f9b30f3097970c4743ae993c21ed0b3.
* 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 ↵Judah Schvimer2017-10-251-13/+3
| | | | | | entries" This reverts commit 080514c9ee36564d8342cd832f3c5f3a199a9845.
* 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 ↵Randolph Tan2017-09-121-2/+3
| | | | extracting session info from the operation context
* SERVER-30212 add unit test for repl::logOpBenety Goh2017-08-291-0/+390