summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_multi_plan_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-11/+11
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-0/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-16/+8
* 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-4/+4
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-5/+7
* SERVER-14407 delete runner.hDavid Storch2014-07-231-1/+1
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-221-9/+5
* SERVER-10448 fix candidate deletion in multi plan stageDavid Storch2014-07-211-7/+125
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-9/+11
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-11/+9
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-9/+11
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-11/+9
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-9/+11
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-2/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-7/+7
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+3
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+2
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-15/+24
* SERVER-13632 Pass the collection to PlanExecutor and FetchStageKaloian Manassiev2014-04-241-3/+6
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-3/+3
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+1
* SERVER-12931 propagate error from MultiPlanRunner::workAllPlans to getNextBenety Goh2014-02-271-1/+2
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-2/+2
* SERVER-12213: removing IndexCatalog::getDescriptor( int )Eliot Horowitz2014-01-091-3/+1
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-081-2/+13
* Revert "SERVER-5470 extended plan cache to hold all solutons from planning pr...Benety Goh2014-01-071-13/+2
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-071-2/+13
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+1
* SERVER-11178 remove catalog hackHari Khalsa2013-12-131-1/+0
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11178: move more CatalogHack calls to IndexCatalogEliot Horowitz2013-10-251-2/+4
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-3/+4
* SERVER-10026 fix dbtests, ixscan requires fetch to get obj nowHari Khalsa2013-08-141-1/+3
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-1/+1
* SERVER-10026 SERVER-10461 runner registry: short-term safe yielding for non-c...Hari Khalsa2013-08-121-1/+1
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-5/+14
* SERVER-10026 stage stats, multi plan runner, relevant scaffoldingHari Khalsa2013-07-251-0/+128