summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_skip.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-57985 Remove RouterExecStage::ExecContextDenis Grebennicov2021-07-121-3/+3
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-3/+3
|
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-12/+0
|
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-2/+4
| | | | This bug impacts tailable cursors being sent through a mongos.
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple ↵Bernard Gorman2017-08-081-3/+3
| | | | union should merge on mongos
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ↵Esha Maharishi2017-02-161-4/+0
| | | | the params by reference to RouterStageMerge/ARM
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's ↵Esha Maharishi2017-02-091-9/+5
| | | | next() and kill() methods
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-2/+6
|
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+4
|
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+4
|
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped ↵Yunhe (John) Wang2015-10-081-0/+4
| | | | collection
* SERVER-19355 add skip support to the new find/getMore path in mongosDavid Storch2015-07-301-0/+63