summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/create_collection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-241-4/+4
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-2/+2
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32098 collection creation using applyOps with UUID on drop-pending col...Benety Goh2017-12-281-7/+9
* SERVER-32098 add unit test for createCollectionBenety Goh2017-12-281-0/+225