summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_source_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-10/+5
* SERVER-41074 Make decision to send pre/post image oplog the same as the decis...Randolph Tan2019-05-171-23/+304
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-20/+146
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-5/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38844 SessionMigrationSource should explicitly ignore config.transacti...Randolph Tan2019-02-071-0/+42
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-051-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-1/+2
* SERVER-33971 Generate session sentinel oplog entry with wall clock timeJack Mulrow2018-03-211-0/+2
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-201-20/+10
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-131/+222
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-1/+28
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-6/+125
* SERVER-31030 Make sure that _getNextSessionMods will only contain oplog entri...Randolph Tan2017-10-071-36/+44
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-74/+82
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-1/+1
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-1/+1
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-1/+1
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-1/+1
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-1/+1
* SERVER-30890 Implement infrastructure for extracting oplog entries that needs...Randolph Tan2017-09-071-0/+407