summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/SConscript
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2017-03-30 11:19:33 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2017-03-30 13:15:31 -0400
commitba1fa56004826b42bd8fa7d5b5a0c78fc1b57af9 (patch)
tree7446bdcdd48b073db23ad194bcf787da228e9e6b /src/mongo/s/query/SConscript
parent9f5c312c9a21590a8ed430ccbc50bf81c915424f (diff)
downloadmongo-ba1fa56004826b42bd8fa7d5b5a0c78fc1b57af9.tar.gz
SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing the cursors (2) sending the getMore's
Diffstat (limited to 'src/mongo/s/query/SConscript')
-rw-r--r--src/mongo/s/query/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/query/SConscript b/src/mongo/s/query/SConscript
index 51b60590239..1e721da28e8 100644
--- a/src/mongo/s/query/SConscript
+++ b/src/mongo/s/query/SConscript
@@ -62,10 +62,12 @@ env.Library(
source=[
"async_results_merger.cpp",
"cluster_client_cursor_params.cpp",
+ "establish_cursors.cpp",
],
LIBDEPS=[
"$BUILD_DIR/mongo/db/query/command_request_response",
"$BUILD_DIR/mongo/executor/task_executor_interface",
+ "$BUILD_DIR/mongo/s/async_requests_sender",
"$BUILD_DIR/mongo/s/client/sharding_client",
"$BUILD_DIR/mongo/s/coreshard",
],