summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/executor_registry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-18/+7
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-96/+43
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-7/+4
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-2/+2
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-1/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-2/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-3/+6
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-6/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-3/+6
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-22/+20
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-7/+7
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-10/+8
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-3/+5
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-5/+3
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-3/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-243/+247
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-9/+9
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-5/+5
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-8/+8
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-121-2/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-2/+2
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-2/+2
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-14/+21
* SERVER-13635: make capped dbtests more genericEliot Horowitz2014-10-111-0/+5
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-1/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-14407 delete runner.hDavid Storch2014-07-231-13/+13
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-221-1/+0
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-0/+325