summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcommands.cpp
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@mongodb.com>2021-03-03 14:37:38 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-05 15:58:49 +0000
commiteb91f012b3c18de07436b955a42b3ccb295a057a (patch)
tree7475b0f6d9d8ea2967b66d6f34cf972c9b114a95 /src/mongo/db/commands/dbcommands.cpp
parent9efeeeceddff6a5157d28125ba2066410af03dca (diff)
downloadmongo-eb91f012b3c18de07436b955a42b3ccb295a057a.tar.gz
SERVER-54639 Helper functions to map a timeseries index spec to the index schema of the underlying
buckets collection
Diffstat (limited to 'src/mongo/db/commands/dbcommands.cpp')
-rw-r--r--src/mongo/db/commands/dbcommands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/dbcommands.cpp b/src/mongo/db/commands/dbcommands.cpp
index 14fbb74d707..34ba441a488 100644
--- a/src/mongo/db/commands/dbcommands.cpp
+++ b/src/mongo/db/commands/dbcommands.cpp
@@ -94,6 +94,7 @@
#include "mongo/db/stats/storage_stats.h"
#include "mongo/db/storage/storage_engine_init.h"
#include "mongo/db/storage/storage_parameters_gen.h"
+#include "mongo/db/timeseries/timeseries_index_schema_conversion_functions.h"
#include "mongo/db/views/view_catalog.h"
#include "mongo/db/write_concern.h"
#include "mongo/executor/async_request_executor.h"