summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55873 Force secondaries to apply each write to config.localReshardingO...Blake Oler2021-04-291-0/+11
* SERVER-48856 Implement migration oplog batcher classMatthew Russotto2020-07-281-163/+1
* SERVER-45565: Modified Oplog Batcher behavior to process large transaction op...Andrew Chen2020-03-041-0/+108
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-16/+17
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-2/+2
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-3/+0
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-6/+6
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-2/+5
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-3/+3
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-8/+5
* SERVER-41025 parse embedded operation count using new implicit commit format ...Benety Goh2019-05-161-5/+10
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-2/+6
* SERVER-39436 check batch limits on large unprepared transactions using embedd...Benety Goh2019-04-081-0/+72
* SERVER-39436 fix batch limit checking in OplogApplier::getNextApplierBatch()Benety Goh2019-04-081-0/+48
* SERVER-40169 OplogApplier::getNextApplierBatch() groups unprepared commitTran...Benety Goh2019-04-061-0/+52
* SERVER-40169 OplogApplier::getNextApplierBatch() processes admin.system.versi...Benety Goh2019-04-061-0/+11
* SERVER-40169 OplogApplier::getNextApplierBatch() processes system.views oplog...Benety Goh2019-04-051-0/+12
* SERVER-40169 add unit test for OplogApplier with test cases for CRUD and appl...Benety Goh2019-04-051-0/+204