summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-2/+2
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-0/+47
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-292-6/+2
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-292-44/+1
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-291-10/+8
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-296-171/+45
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-263-5/+3
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-242-1/+44
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-241-16/+47
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-231-0/+30
* SERVER-30815 The db/serveronly library no longer exports library edgesAndrew Morrow2018-08-201-0/+3
* SERVER-35810 Disallow operations other than abort, commit or prepare on a pre...Samy Lanka2018-08-201-1/+1
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-1411-115/+177
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-108-343/+132
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-092-0/+707
* SERVER-36094 Add override/final to DBClientBase methodsMatthew Russotto2018-08-092-21/+10
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-24/+22
* SERVER-36307 Remove insertAllDocumentsInCollection parameter that is always a...Audrey Fang2018-08-021-65/+0
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-026-339/+47
* SERVER-29908 Move 'updateConfigServerOpTimeFromMetadata' out of ShardingStateKaloian Manassiev2018-08-011-2/+1
* SERVER-35780 Timestamp multiple index builds during renameMaria van Keulen2018-07-311-6/+151
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-4/+1
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-5/+4
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-0/+1
* SERVER-35598 refactor commitTransaction for prepareJudah Schvimer2018-07-271-2/+2
* SERVER-36184 Delete OplogStart stage.David Storch2018-07-202-180/+0
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-4/+224
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-137-63/+29
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-112-300/+10
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-066-1345/+2
* SERVER-35715 Remove nopreallocj and smallfiles options from testsGeert Bosch2018-07-051-10/+0
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-0/+60
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-1192/+1
* SERVER-32348 Make UpdateDriver::parse() throw an exception instead of returni...Minji2018-06-291-5/+16
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-2926-38/+32
* Revert "SERVER-34975 Treat an OID-embedded timestamp as unsigned."Justin Seyster2018-06-281-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-225-8/+3
* SERVER-35555 StorageTimestampTests dbtest should be run on any storage engine...Benety Goh2018-06-211-2/+3
* SERVER-35555 move logic for skipping test suite from individual tests to set...Benety Goh2018-06-211-136/+7
* SERVER-30556 Code cleanup for 'oplogDeleteFromPoint' field in minValid collec...smani872018-06-151-3/+0
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-1524-111/+176
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-143-212/+480
* SERVER-34762 Remove lock file on embedded.Henrik Edin2018-06-131-1/+1
* SERVER-35343 SyncTail::fetchAndInsertMissingDocument() no longer returns a boolBenety Goh2018-06-131-2/+2
* SERVER-35343 convert repl dbtest to use OplogApplier::ObserverBenety Goh2018-06-131-3/+19
* SERVER-33864 remove OplogApplier::Observer::onOperationConsumed()Benety Goh2018-06-121-1/+0
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-121-3/+3
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-124-59/+115
* SERVER-34215 Clear oplog truncate after point when clearing initial sync flagVesselina Ratcheva2018-06-111-0/+1