summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/querytests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-21754 Partition CursorManager's structuresCharlie Swanson2017-05-261-8/+3
* SERVER-28327 Revamp cursor timeout logic.Charlie Swanson2017-05-031-168/+0
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-10/+20
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-4/+4
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-14/+10
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-3/+3
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-3/+3
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-3/+3
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-4/+111
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-19/+11
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-84/+89
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-7/+8
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-3/+6
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-4/+5