Details
Description
DocumentSourceListSampledQueries::doGetNext() currently does not store the DBDirectClient that it uses to create the DBClientCursor for fetching. As a result, when DBClientCursor::assembleGetMore() tries to run a getMore command, it crashes because the DBClientBase is no longer valid.