summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2017-04-24 18:06:53 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2017-04-24 19:12:49 -0400
commitcf8538613048ab9c9345214a19c70e4fd9c71db9 (patch)
treeac11f6a727416a4ef87289ae62526e7c0ae1f007 /src/mongo/db/exec
parentd6b244fce44e6729485b1521346db6e372f6b901 (diff)
downloadmongo-cf8538613048ab9c9345214a19c70e4fd9c71db9.tar.gz
SERVER-28851 Resolve cycles from latest vtables.
The introduction of several vtables lets us resolve a few more cyclic dependencies into `mongo/db/catalog/catalog`. Fully resolved libraries have had their libdeps checking exemptions removed.
Diffstat (limited to 'src/mongo/db/exec')
-rw-r--r--src/mongo/db/exec/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/exec/SConscript b/src/mongo/db/exec/SConscript
index ec18262d968..126226a130d 100644
--- a/src/mongo/db/exec/SConscript
+++ b/src/mongo/db/exec/SConscript
@@ -88,6 +88,8 @@ env.Library(
"$BUILD_DIR/mongo/base",
"$BUILD_DIR/mongo/db/bson/dotted_path_support",
'$BUILD_DIR/mongo/db/catalog/collection',
+ '$BUILD_DIR/mongo/db/catalog/collection_info_cache',
+ '$BUILD_DIR/mongo/db/catalog/index_catalog',
"$BUILD_DIR/mongo/db/concurrency/write_conflict_exception",
"$BUILD_DIR/mongo/db/commands",
"$BUILD_DIR/mongo/db/curop",