summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_rs.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-5/+4
| | | | Change the remaining public functions: refreshSessions, removeRecords and findRemovedSessions
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-291-2/+3
| | | | Change the return value of checkSessionsCollectionExists from Status to void and throws exception on error
* SERVER-42508 Convert SessionsCollection to throw instead of return status ↵Marcos José Grillo Ramírez2019-10-241-1/+1
| | | | Part One: setupSessionsCollection
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
|
* SERVER-36963 SessionsCollectionRS maintains a RemoteCommandTargeterBen Caimano2019-08-121-9/+30
|
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-18/+0
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to ↵Blake Oler2018-10-131-0/+5
| | | | set up the sessions collection.
* SERVER-31534 Do not call callbacks under locks in SessionsCollectionRSsamantharitter2017-10-181-0/+23
|
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+5
|
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-2/+1
|
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-0/+6
|
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-0/+3
| | | | | Implements a findRemovedSessions method for the logical session collection and impls for the various backends.
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-7/+0
|
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-0/+77