summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/views/view_catalog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/views/view_catalog.cpp b/src/mongo/db/views/view_catalog.cpp
index 33cc9737ad9..d3a9873250e 100644
--- a/src/mongo/db/views/view_catalog.cpp
+++ b/src/mongo/db/views/view_catalog.cpp
@@ -48,7 +48,7 @@
#include "mongo/util/log.h"
namespace {
-bool enableViews = false;
+bool enableViews = true;
} // namespace
namespace mongo {