summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_history_iterator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+2
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-41/+55
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-14/+15
* SERVER-28914 Create a test fixture with mock replication coordinator and ephe...Randolph Tan2017-08-261-56/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+3
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-2/+4
* SERVER-28912 Fix compileRandolph Tan2017-07-121-1/+1
* SERVER-28903 Implement session history iteratorRandolph Tan2017-07-061-0/+213