diff options
author | Gregory Noma <gregory.noma@gmail.com> | 2020-08-05 20:13:29 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-06 00:41:40 +0000 |
commit | f67a91df05719630d7893140dbb3a5edd45a642b (patch) | |
tree | 3f38cf47461e3d85f881a19e5d798d9584bb951d /src/mongo/db/pipeline | |
parent | 84ae2755904df75ea8ab79e0595227b04bf02251 (diff) | |
download | mongo-f67a91df05719630d7893140dbb3a5edd45a642b.tar.gz |
SERVER-49408 Enable resuming index builds from the bulk load phase
Diffstat (limited to 'src/mongo/db/pipeline')
-rw-r--r-- | src/mongo/db/pipeline/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/SConscript b/src/mongo/db/pipeline/SConscript index c9e6c4df264..bf83ff78433 100644 --- a/src/mongo/db/pipeline/SConscript +++ b/src/mongo/db/pipeline/SConscript @@ -279,6 +279,7 @@ pipelineEnv.Library( ], LIBDEPS_PRIVATE=[ '$BUILD_DIR/mongo/db/commands/test_commands_enabled', + '$BUILD_DIR/mongo/db/sorter/sorter_idl', '$BUILD_DIR/mongo/rpc/command_status', ] ) |