summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-111-0/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-52/+54
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-2/+2
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-3/+0
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-0/+3
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-231-3/+0
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-221-0/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-3/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-53/+29
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+7
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-78/+21
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-21/+78
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-78/+21
* SERVER-37988 Add an optional predicate argument in forEachCollectionFromDb() ...Gregory Wlodarek2019-05-151-0/+125
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-0/+669