summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-6/+0
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-50/+2
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-1/+0
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-11/+11
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-2/+0
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-3/+1
* SERVER-47123 remove AutoGetOrCreateDb from catalog unit testsBenety Goh2021-04-281-22/+22
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-8/+9
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-1/+1
* 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