summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_destination_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-3/+3
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-011-1/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-19/+17
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-17/+19
* SERVER-39847 Migrating session info can trigger fassert when destination shar...Randolph Tan2019-02-271-14/+67
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-28/+24
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-1/+2
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-77/+117
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-38713 Get rid of transaction number equality checking from _makeUpdate...Kaloian Manassiev2018-12-221-16/+16
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-3/+3
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-1/+1
* SERVER-37923 Rename TransactionParticipant::getFromNonCheckedOutSession to be...Kaloian Manassiev2018-12-061-26/+20
* SERVER-37923 Make chunk migration check-out the sessionKaloian Manassiev2018-12-061-5/+5
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-051-37/+124
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-5/+0
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-3/+1
* SERVER-38095 Remove unused OperationSessionInfoFromClient argument to Operati...Esha Maharishi2018-11-121-2/+1
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-0/+2
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-1/+2
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-25/+48
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-2/+1
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-3/+4
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-1/+2
* SERVER-34811 Forbid reads and writes to the config, admin, and local database...Tess Avitabile2018-05-081-1/+1
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-1/+2
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-2/+1
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-12/+5
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-211-3/+3
* SERVER-32799 Don't set FCV to 3.6 in SessionCatalogMigrationDestinationTest::...Jack Mulrow2018-01-231-2/+0
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-171-3/+11
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-330/+411
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-5/+51
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-51/+5
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-5/+51
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-51/+5
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-5/+51
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-0/+109
* SERVER-31448 SessionCatalogMigrationDestinationTest with calls to returnOplog...r3.6.0-rc1Randolph Tan2017-10-231-87/+31
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-35/+34
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-0/+79
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-53/+0
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-0/+53