summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog_raii_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-5/+5
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-2/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-46034 no deadline in test setup lockBilly Donahue2020-02-101-9/+6
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-1/+1
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-181-5/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-3/+3
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-3/+3
* SERVER-40053 Add an RAII type to change and restore the timestamp read sourceSiyuan Zhou2019-03-201-0/+57
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-0/+8
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-181-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-2/+3
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-1/+1
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-2/+4
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-0/+204