summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-28/+39
* SERVER-71372 fix getMore of partial results from find on sharded clusterSteve Tarzia2022-11-151-0/+51
* SERVER-59618 add LockerMongos and LockerMongosClientObserver. Register in sha...Benety Goh2021-09-281-1/+6
* SERVER-57985 Remove RouterExecStage::ExecContextDenis Grebennicov2021-07-121-12/+12
* SERVER-50375 APIParameters fields are boost::optionalA. Jesse Jiryu Davis2020-08-261-3/+3
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-4/+4
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-4/+23
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-3/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-8/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* 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