summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexupdatetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-2/+2
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-30/+35
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-5/+5
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+4
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-1/+0
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-2/+2
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-6/+6
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-4/+4
* SERVER-57459 Make dbtests and unittests getLastError-freeIrina Yatsenko2021-06-241-14/+19
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-2/+3
* SERVER-47123 remove AutoGetOrCreateDb from dbtestsBenety Goh2021-04-291-56/+57
* SERVER-47657 Added unique and sparse to index signatureYoonsoo Kim2021-03-031-19/+18
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-4/+4
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-3/+3
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-16/+20
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+2
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-9/+13
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-9/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-121/+144
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-4/+10
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-5/+5
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-12/+25
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-31/+29
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-128/+40
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-06-191-0/+5
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-8/+9
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-24/+18
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-18/+24
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-24/+18
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-18/+24
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-24/+18
* SERVER-39516 Use database MODE_IX lock for creating collectionXiangyu Yao2019-04-181-1/+5
* SERVER-33149 createIndexes fails to report an error when index is not created...Gregory Wlodarek2019-03-201-5/+32
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-19/+32
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-7/+10
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-103/+8
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-5/+4
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-13/+25
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-5/+4
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-11/+1
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-1/+11
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-3/+3
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-8/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-5/+9
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-4/+6
* SERVER-36307 Remove insertAllDocumentsInCollection parameter that is always a...Audrey Fang2018-08-021-65/+0