summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-3/+3
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-3/+3
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-3/+3
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-3/+3
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-2/+2
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-6/+5
* SERVER-60577 Add functionality to detect mixed-schema data in time-series buc...Gregory Wlodarek2021-10-301-0/+127
* SERVER-57775 CollectionImpl removes uncommitted multikey state if DurableCata...Benety Goh2021-06-181-2/+2
* SERVER-57775 add tests for Collection::setIndexIsMultikey()Benety Goh2021-06-171-0/+120
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-0/+6
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-51/+0
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-0/+327
* SERVER-54446 Accept the 'clusteredIndex' option to the createCollection comma...Louis Williams2021-03-041-2/+3
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-3/+5
* SERVER-54161 Startup recovery should not fail with time-series collections th...Gregory Wlodarek2021-02-011-18/+26
* SERVER-53987 Do not create the _id index for time-series collectionsGregory Wlodarek2021-01-261-0/+40
* SERVER-51237 Add unittests for CollectionPtr and CollectionWriterHenrik Edin2021-01-041-0/+66
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-9/+9
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-8/+8
* SERVER-42289 Move collection_test.cpp's validation testing into a separate fi...Gabe Villasana2019-07-301-79/+0
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-1/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-2/+3
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-3/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-2/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40958 Deprecate the 'scandata' argument in 'validate', update correspo...Gregory Noma2019-05-301-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-1/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+1
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-2/+1
* SERVER-40045 Fix ValidateError test to use StringData instead of std::stringDivjot Arora2019-03-131-3/+3
* SERVER-38886 Refactor RecordStore::validate implementationsDivjot Arora2019-02-261-0/+81
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-6/+6
* SERVER-38172 create a catalog test fixtureDianna Hohensee2018-11-161-47/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31679 Limit journaling frequency without oplog waitersGeert Bosch2018-02-261-0/+241