summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-21/+5
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+41
* SERVER-28090 add ability to interrupt pinned cursors on mongosIan Boros2018-02-131-20/+73
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-10/+10
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-10/+9
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-13/+14
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-1/+1
* SERVER-29199 Implement ServiceLiasonMongossamantharitter2017-07-131-4/+23
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-4/+4
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-4/+4
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-4/+4
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ...Esha Maharishi2017-02-161-25/+8
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-11/+15
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-8/+8
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-16/+37
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+13
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped col...Yunhe (John) Wang2015-10-081-0/+29
* SERVER-17575 fix new mongos read path to respect BSONObj size limitDavid Storch2015-09-091-0/+37
* SERVER-18773 Use ClusterClientCursor for op getMore on mongosMisha Tyulenev2015-08-211-0/+68