summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/querytests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44121 MultiIndexBlock::drainBackgroundWrites() accepts drain yield policyBenety Goh2019-10-221-1/+4
* SERVER-43272 Implement getDatabaseInfos method (listDatabases) in DBClientVesselina Ratcheva2019-10-171-0/+57
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+3
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-17/+82
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+2
* SERVER-42287 SNI names are not allowed to include IP addressesAdam Cooper2019-09-061-0/+11
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-2/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-31/+7
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-85/+127
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-4/+5
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-5/+4
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-4/+5
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-26/+33
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-8/+14
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-18/+15
* SERVER-39231 Remove $nExtents from testsGregory Wlodarek2019-04-021-6/+6
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-6/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-2/+3
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-8/+7
* SERVER-37643 fix dbtests to avoid creating indexes using DBClient while holdi...Benety Goh2019-01-241-3/+21
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-5/+2
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-12/+13
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-101-1/+1
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-1/+1
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-3/+0
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-231-0/+30
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-66/+118
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-2/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-5/+5
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-7/+6
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-3/+62
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-6/+6
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-6/+6
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-6/+6
* SERVER-8237 disable autoIndexId:false for replicated collectionsEric Milkie2018-04-171-3/+19
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-60/+0
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-36/+43
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-181-0/+6
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-071-48/+63
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-32/+24
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+4
* SERVER-27699 Capture actual error from getExecutorNatalia Jacobowitz2017-07-061-3/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+4