summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
diff options
context:
space:
mode:
authorauto-revert-processor <dev-prod-dag@mongodb.com>2022-10-07 22:29:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-07 23:00:58 +0000
commit5755c11c400d090bda9e763dd335945b895a0c49 (patch)
tree58083e3d9313ce7db4d85d36c1bc30f6592e37ca /src/mongo/db/commands
parentfbf449dc13f6521415a530d64f67db1f81edb722 (diff)
downloadmongo-5755c11c400d090bda9e763dd335945b895a0c49.tar.gz
Revert "SERVER-63731 Initialize views in `CollectionCatalog`"
This reverts commit 70792f7734d686ca0c632bc08451ba4b32adca05.
Diffstat (limited to 'src/mongo/db/commands')
-rw-r--r--src/mongo/db/commands/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/SConscript b/src/mongo/db/commands/SConscript
index 8aea11c6c2d..cb1b87d1993 100644
--- a/src/mongo/db/commands/SConscript
+++ b/src/mongo/db/commands/SConscript
@@ -379,6 +379,7 @@ env.Library(
'$BUILD_DIR/mongo/db/timeseries/timeseries_stats',
'$BUILD_DIR/mongo/db/transaction/transaction',
'$BUILD_DIR/mongo/db/views/view_catalog_helpers',
+ '$BUILD_DIR/mongo/db/views/views_mongod',
'$BUILD_DIR/mongo/executor/async_request_executor',
'$BUILD_DIR/mongo/rpc/rewrite_state_change_errors',
'$BUILD_DIR/mongo/s/grid',
@@ -647,7 +648,6 @@ env.Library(
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/db/auth/auth',
'$BUILD_DIR/mongo/db/auth/authprivilege',
- '$BUILD_DIR/mongo/db/catalog/collection_catalog',
'$BUILD_DIR/mongo/db/curop',
'$BUILD_DIR/mongo/db/query_expressions',
'$BUILD_DIR/mongo/db/server_options_core',