summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-211-1/+2
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-40678 Log implicit prepare for large transactions on primaryWilliam Schultz2019-05-151-54/+34
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-65/+0
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-142-0/+134
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-3/+27
* SERVER-40676 Write implicit commit oplog entry on primary for new large trans...William Schultz2019-05-081-35/+23
* SERVER-40823 Enable Flow Control in testingMaria van Keulen2019-05-083-0/+12
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-073-4/+4
* SERVER-40725 Pack multiple operations into a single applyOps on primary for l...Matthew Russotto2019-05-061-15/+25
* SERVER-40854 Hybrid index builds should reposition cursors to the beginning o...Louis Williams2019-05-021-2/+3