summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_collscan.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-8/+8
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+4
* SERVER-13635 Don't include extent_manger.h in database.hMathias Stearn2014-04-291-0/+1
* SERVER-13756 Remove DiskLoc::writing() and getDur().writingDiskLoc()Mathias Stearn2014-04-281-5/+5
* SERVER-13634 Get rid of all external callers of DiskLoc::rec()Mathias Stearn2014-04-251-5/+16
* SERVER-13632 Pass the collection to PlanExecutor and FetchStageKaloian Manassiev2014-04-241-5/+5
* SERVER-13633 Kill DiskLoc::ext()Mathias Stearn2014-04-231-6/+7
* SERVER-13638: moving some NamespaceDetails magic writing to explicitEliot Horowitz2014-04-211-12/+12
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+1
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-12/+18
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-131-0/+1
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-1/+1
* some cleaning of userCreateNsEliot Horowitz2014-04-031-2/+1
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+2
* SERVER-11643: remove all active nsdetails calls in testsEliot Horowitz2014-04-031-1/+3
* SERVER-13349 collection scan should make fetch requestsHari Khalsa2014-03-271-0/+68
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-5/+5
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-2/+2
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER:-6405: fix dbtests use of dropCollectionEliot Horowitz2013-10-081-1/+1
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-15/+20
* SERVER-10026 SERVER-10461 runner registry: short-term safe yielding for non-c...Hari Khalsa2013-08-121-12/+12
* SERVER-10026 invalidate should be surrounded by yielding in collscanHari Khalsa2013-08-051-0/+4
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-49/+55
* SERVER-10288 fix compileHari Khalsa2013-07-301-1/+1
* SERVER-10026 collection scanHari Khalsa2013-07-171-0/+597