summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/apply_ops.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-181-1/+1
* SERVER-58756 Move ApplyOpsCommandInfo into a separate libraryCheahuychou Mao2021-10-291-50/+1
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-2/+2
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-091-7/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-1/+6
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-7/+4
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-1/+3
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-0/+9
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-081-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-1/+3
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-0/+3
* SERVER-32913 add ApplyOpsCommandInfoBenety Goh2018-02-081-0/+29
* SERVER-32913 add ApplyOps::extractOperationsBenety Goh2018-02-061-1/+11
* SERVER-32913 move applyOps() into repl namespaceBenety Goh2018-02-021-0/+2
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-141-2/+16
* SERVER-29224 Move apply_ops from catalog to replAndrew Morrow2017-05-151-0/+45