summaryrefslogtreecommitdiff
path: root/src/mongo/db/session_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-2/+1
* SERVER-33591 Cleanup interaction of write concerns and transactionsSiyuan Zhou2018-03-151-115/+7
* SERVER-33672 Make killSessionsLocal() kill any matching SessionsTess Avitabile2018-03-141-0/+36
* SERVER-33531 Read concern should be stashed with transaction resourcesTess Avitabile2018-03-071-21/+49
* SERVER-33440 DBDirectClient operations should be able to perform session chec...Tess Avitabile2018-02-231-6/+54
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-211-11/+11
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-1/+48
* SERVER-30912 Only check out sessions for write commandsJack Mulrow2017-09-141-4/+19
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-37/+36
* SERVER-30325 Introduce a getOrCreateSession method on the SessionCatalogKaloian Manassiev2017-08-141-0/+57
* SERVER-30318 Allow multiple instances of OperationContextSession per Operatio...Randolph Tan2017-07-281-0/+22
* SERVER-29531 Handle rollbacks in SessionTransactionTableJack Mulrow2017-07-121-0/+5
* SERVER-29885 Serialize operations for the same logical sessionKaloian Manassiev2017-07-061-0/+61