summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/dbtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-9/+12
* SERVER-57432 Forbid yielding MODE_X/MODE_S locksJordi Olivares Provencio2022-02-221-34/+49
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-2/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+1
* SERVER-47123 remove AutoGetOrCreateDb from dbtestsBenety Goh2021-04-291-5/+9
* SERVER-51730 Report histogram data on how long it takes cursors to drainVishnu Kaushik2021-01-211-0/+2
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-4/+0
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-1/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-4/+5
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-7/+11
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+1
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-1/+1
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-9/+6
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-051-0/+2
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-231-0/+4
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-1/+1
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-2/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+2
* SERVER-43858: Relax database creation lock acquisition from MODE_X to MODE_IX.Daniel Gottlieb2019-10-171-15/+1
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+2
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+4
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-1/+1
* SERVER-42497: Detect unintentional untimestamped writes to the durable catalog.Daniel Gottlieb2019-08-211-1/+12
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+7
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-071-2/+0
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-6/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-4/+4
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-2/+3
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-0/+4
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+1
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-4/+4
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-0/+1
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-2/+2
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-0/+33
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-2/+1