summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexupdatetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-2/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+0
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-1/+1
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-0/+10
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-1/+2
* SERVER-32702 Disable the tests that ignore unique constraint, for Mobile SEnehakhatri52018-01-301-7/+7
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-181-0/+6
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+3
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-16/+16
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-15/+23
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-26/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-51/+51
* SERVER-27459 set featureCompatibilityVersion to 3.4 in dbtest initializationDavid Storch2016-12-191-7/+0
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-081-307/+119
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-18/+56
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+3