summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-38/+35
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-2/+3
* 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
* SERVER-29057 add Database::makeUniqueCollectionNamespace()Benety Goh2017-07-281-0/+97
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-1/+1
* SERVER-29357 Add unit test for document validators on pending drop collectionsWilliam Schultz2017-06-191-2/+11
* SERVER-29277 Database::createCollection() fails if dropDatabase is in the mid...Benety Goh2017-06-191-0/+27
* SERVER-29277 add Database drop-pending flagBenety Goh2017-06-191-0/+28
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+3
* SERVER-29541 disallow drop-pending collections under master/slaveBenety Goh2017-06-131-0/+63
* SERVER-29274 make reaper mandatory in Database::dropCollection()Benety Goh2017-06-011-54/+9
* SERVER-29274 Database::dropCollection() renames collection using provided dro...Benety Goh2017-05-311-16/+92
* SERVER-29274 Database::dropCollection() adds drop-pending collection to reaperBenety Goh2017-05-271-1/+34
* SERVER-29274 rename dropped collection to special drop-pending nameBenety Goh2017-05-251-1/+59
* Revert "SERVER-29273 rename dropped collection to special drop-pending name"Benety Goh2017-05-251-59/+1