summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/create_collection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Blake Oler2022-10-251-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-241-2/+1
* SERVER-47123 remove AutoGetOrCreateDb from catalog unit testsBenety Goh2021-04-281-11/+12
* SERVER-53580 restore const qualifiers to arguments in function definitionsBenety Goh2021-01-131-1/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-3/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+1
* SERVER-49915 Disable document validation for <database>.system.resharding.* n...Haley Connelly2020-08-171-0/+25
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-1/+5
* SERVER-46608 Ban use of $function in schema validatorsSvilen Mihaylov2020-03-251-0/+37
* SERVER-33719 Invariant if createCollectionForApplyOps renames collection in s...Daniel Ernst2020-01-071-8/+20
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-4/+4
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+1
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-161-4/+4
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-16/+8
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* 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