diff options
author | Benety Goh <benety@mongodb.com> | 2020-10-16 10:13:09 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-10-16 14:55:14 +0000 |
commit | 401d1f1a28dd94bd96de9dc733cd61184661ec15 (patch) | |
tree | bb4e76627117bf00d2fa957fe8f4a8bfd0740fa3 /src/mongo/db/SConscript | |
parent | b8017175e3ac2c6d37f60d3f4cd2efb5011d1a32 (diff) | |
download | mongo-401d1f1a28dd94bd96de9dc733cd61184661ec15.tar.gz |
SERVER-46995 convert ReplIndexBuildState to class and un-inline. add methods for resumable index builds
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r-- | src/mongo/db/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index 826cafe408a..957a3f9e982 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -926,6 +926,7 @@ env.Library( target="index_builds_coordinator_interface", source=[ "index_builds_coordinator.cpp", + "repl_index_build_state.cpp", ], LIBDEPS=[ "$BUILD_DIR/mongo/base", |