summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-3/+0
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-127-14/+22
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-4/+4
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-1/+2
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-32/+12
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-4/+6
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-111-11/+11
* SERVER-37442 Write dbtest for subplanning from the plan cache using $** indexBernard Gorman2018-10-111-18/+41
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-15/+11
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-1/+1
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-032-8/+0
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-2/+1
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-024-2/+28
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-023-36/+36
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-2/+2
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-4/+10
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-203-5/+5
* SERVER-36444 Validate support for $** multikey metadata path index keysJames Wahlin2018-09-191-11/+221
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-197-124/+32
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+1
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-1/+5
* 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