diff options
author | Benety Goh <benety@mongodb.com> | 2021-09-22 05:48:03 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-09-22 10:13:48 +0000 |
commit | 0d792cf4f9d003b02110f249dad767c29a7b0621 (patch) | |
tree | c70d58f1230c47312c8b0779596097683488c2dd /src/mongo/db/index | |
parent | 27d9632d277e63f42752b117ac5e93ac4f0e37a7 (diff) | |
download | mongo-0d792cf4f9d003b02110f249dad767c29a7b0621.tar.gz |
SERVER-60011 combine time-series conversion libraries
Diffstat (limited to 'src/mongo/db/index')
-rw-r--r-- | src/mongo/db/index/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/SConscript b/src/mongo/db/index/SConscript index 5ed4e6fe1f1..5dd71231056 100644 --- a/src/mongo/db/index/SConscript +++ b/src/mongo/db/index/SConscript @@ -67,7 +67,7 @@ env.Library( '$BUILD_DIR/mongo/db/query/projection_ast', '$BUILD_DIR/mongo/db/query/sort_pattern', '$BUILD_DIR/mongo/db/record_id_helpers', - '$BUILD_DIR/mongo/db/timeseries/timeseries_dotted_path_support', + '$BUILD_DIR/mongo/db/timeseries/timeseries_conversion_util', '$BUILD_DIR/third_party/s2/s2', 'expression_params', 'index_descriptor', |