summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-151-10/+4
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-091-1/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-27/+38
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-1/+1
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+1
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-021-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-4/+4
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-2/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-38/+35
* SERVER-39918 Untangle IndexBuildBlock from IndexCatalogImplGregory Noma2019-07-031-2/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-241-12/+2
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+6
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-5/+5
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-3/+4
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-12/+12
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-2/+2
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-2/+2
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-1/+3
* SERVER-39419 Stepdown interrupting a running dropDatabase command could leave...Gregory Wlodarek2019-03-131-7/+2
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-3/+1
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-1/+3
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-2/+2
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-0/+1
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-2/+2
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-1/+2
* SERVER-37643 DatabaseTest does not require MultiIndexBlock for unfinished ind...Benety Goh2018-12-271-9/+15
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-181-2/+2
* 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-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-2/+1
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-2/+2
* SERVER-8237 disable autoIndexId:false for replicated collectionsEric Milkie2018-04-171-0/+26
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-211-71/+0
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-26/+7
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-6/+29
* SERVER-32682 Allow AutoGet helpers to specify lock timeoutXiangyu Yao2018-02-091-0/+27
* SERVER-32367 Make AutoGetCollection throw if UUID cannot be resolvedKaloian Manassiev2018-02-061-1/+1
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-1/+4
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-0/+23
* SERVER-30371 UUIDCatalog::onCreateCollection() always replaces existing entry...Benety Goh2017-08-281-0/+44
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+4