summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-75/+72
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-0/+83
* Revert "SERVER-40620 fassert during document fetch when there is evidence of ...Misha Ivkov2019-07-111-2/+0
* SERVER-40620 fassert during document fetch when there is evidence of index co...Misha Ivkov2019-07-111-0/+2
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-83/+0
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-0/+83
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-17/+20
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-081-2/+3
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-8/+8
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-022-9/+18
* SERVER-9668 Use SCons install target tags to identify mapping of targets to i...Mathew Robinson2019-07-021-2/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-282-25/+26
* SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-06-271-0/+85
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-262-26/+25
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-262-25/+26
* SERVER-41214 Modernize COLLSCAN dbtest.David Storch2019-06-261-231/+167
* SERVER-19281 Add ns and index fields to DuplicateKey getLastErrorObjMaria van Keulen2019-06-251-0/+2
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-252-3/+3
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-252-14/+14
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-212-86/+101
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-6/+0
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-202-32/+22
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-202-22/+32
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-202-32/+22
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-3/+4
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-06-193-0/+10
* SERVER-41105 Consistently refer to the PBWM lock in code and textDianna Hohensee2019-06-181-1/+1
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-181-45/+45
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1423-271/+291
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-2/+18
* SERVER-41571 fix windows compileBenety Goh2019-06-121-1/+1
* SERVER-41571 massive refactor of jsontests.cppBilly Donahue2019-06-121-2895/+920
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-2/+3
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-1/+1
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-111-27/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1031-200/+206
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-103-3/+3
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-0/+2
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-071-2/+0
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-2/+3
* SERVER-41263 Disallow empty string in index key typeXin Hao Zhang2019-06-051-0/+26
* SERVER-8544 Disable having duplicate regex options in JSON parsingNathan Brown2019-06-041-0/+33
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-041-0/+3
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-032-2/+4
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+11
* SERVER-40958 Deprecate the 'scandata' argument in 'validate', update correspo...Gregory Noma2019-05-301-1/+1
* SERVER-41317 Push commit transaction's check for a majority-committed prepare...Vesselina Ratcheva2019-05-291-2/+9
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-8/+12