diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2016-05-08 14:16:24 -0400 |
---|---|---|
committer | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2016-05-08 14:16:24 -0400 |
commit | 3a0d6ee6a2b6f82c5775380b7184501916338331 (patch) | |
tree | eeb564a87bbd7b285392499cbfa01d179ff67d52 /src/mongo/db/storage/SConscript | |
parent | 65222c4b5146cc6b8930e784149e5aade132a8fc (diff) | |
download | mongo-3a0d6ee6a2b6f82c5775380b7184501916338331.tar.gz |
SERVER-22726 Store path-level multikey information in the KVCatalog.
Diffstat (limited to 'src/mongo/db/storage/SConscript')
-rw-r--r-- | src/mongo/db/storage/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/storage/SConscript b/src/mongo/db/storage/SConscript index eae01a14119..c2b6ae9e5e4 100644 --- a/src/mongo/db/storage/SConscript +++ b/src/mongo/db/storage/SConscript @@ -48,6 +48,7 @@ env.Library( ], LIBDEPS=[ '$BUILD_DIR/mongo/db/catalog/collection_options', + '$BUILD_DIR/mongo/db/common', '$BUILD_DIR/mongo/db/service_context', ], ) |