summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/apply_ops_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-1/+1
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-10/+8
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-3/+3
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-8/+10
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-32913 ApplyOps::extractOperations on applyOps with no ops returns empt...Benety Goh2018-02-201-5/+4
* SERVER-32913 added 'b' (upsert) field to ReplOperation IDLBenety Goh2018-02-161-4/+41
* SERVER-32205 Prohibit dropping the admin database at catalog levelMaria van Keulen2018-02-091-0/+24
* SERVER-32913 add ApplyOps::extractOperationsBenety Goh2018-02-061-0/+99
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-21/+13
* SERVER-32241 Make applyOps report failure when a nested applyOps fails.Matthew Russotto2018-01-301-4/+5
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-031-0/+47
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-141-7/+65
* SERVER-31300 applyOps() adds missing UUID to individual operations in the opl...Benety Goh2017-11-061-3/+3
* SERVER-31300 add unit test for applyOpsBenety Goh2017-11-061-0/+253