summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_standalone.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-1/+4
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-9/+10
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-11/+11
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-291-36/+35
* SERVER-42508 Convert SessionsCollection to throw instead of return status Par...Marcos José Grillo Ramírez2019-10-241-5/+5
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-1/+1
* SERVER-37837 fix mac os x compileBenety Goh2019-05-091-3/+6
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-5/+5
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-5/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2018-11-021-3/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-131-0/+21
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-7/+7
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-021-1/+1
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+12
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-3/+1
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-3/+15
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-0/+6
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-16/+0
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-17/+2
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-0/+91