summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-1980/+0
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-1513/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-42995 Remove redundant SyncTail methodsMihai Andrei2019-09-121-11/+7
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-55/+57
* SERVER-42993 Convert static oplog application funcs to free funcsA. Jesse Jiryu Davis2019-09-041-21/+21
* SERVER-42039 Remove redundant OplogApplier optionsA. Jesse Jiryu Davis2019-09-041-8/+7
* SERVER-42219 Remove logging death test of signalDrainComplete.Siyuan Zhou2019-08-231-52/+0
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-18/+11
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-80/+9
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+1
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-65/+26
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-126/+44
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-2/+2
* SERVER-41942: Clear partialTxnList after committing a prepared transaction du...Lingzhi Deng2019-07-111-0/+116
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-97/+184
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-42/+52
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-121-19/+19
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-1/+0
* SERVER-41113 Ignore NamespaceNotFound exceptions when applying transactions d...Matthew Russotto2019-05-301-4/+30
* SERVER-39804 Extend idempotency unit tests to cover the new large transaction...William Schultz2019-05-221-5/+338
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-6/+3
* SERVER-40452 Attach uuid to createCollection oplog entry in idempotency testsXiangyu Yao2019-05-211-9/+6
* SERVER-41191 SyncTailTest stops setting prepared field on commitTransactionBenety Goh2019-05-211-4/+2
* SERVER-40898 Immediately clear config.transactions table updatesBlake Oler2019-05-161-0/+134
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-69/+319
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-3/+1
* SERVER-40675 extract and commit chain of oplog entries for unprepared transac...Benety Goh2019-05-021-32/+28
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-36538: Create idempotency tests for prepare, commit, and abort oplog e...Lingzhi Deng2019-04-251-15/+168
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-368/+252
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-16/+12
* SERVER-39793 Update the state in transaction table for running transactions o...Jason Chan2019-04-081-20/+180
* SERVER-39950 SyncTail::oplogApplication() accepts OplogApplier::GetNextApplie...Benety Goh2019-04-061-1/+6
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-3/+6
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+6
* SERVER-39443 Apply prepared transactions on secondary with the new > 16MB tra...Matthew Russotto2019-03-261-0/+195
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-8/+8
* SERVER-39434 Apply the new "commit" oplog entry for unprepared large transact...Matthew Russotto2019-03-141-5/+400
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-8/+8
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-8/+8
* SERVER-39372 Make secondary lock acquisition for DDL operations consistent wi...Xiangyu Yao2019-03-011-1/+1
* SERVER-36004 SessionUpdateTracker should ignore no-op entries for pre/post im...Randolph Tan2019-02-261-0/+113
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-22/+28
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-2/+3
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-9/+5
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-3/+4