summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fle2_compact.h
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2022-03-02 18:35:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-31 22:00:10 +0000
commit70b3eb6d557c6153ae98c37281fdf3dae19e625c (patch)
tree1036403e4547c601e2d2d10392f0282ecf306679 /src/mongo/db/commands/fle2_compact.h
parent2f2806eb4ca08b67392b6acc5d23c16e598c5f29 (diff)
downloadmongo-70b3eb6d557c6153ae98c37281fdf3dae19e625c.tar.gz
SERVER-63504 Add shard worker for ecoc compaction
Diffstat (limited to 'src/mongo/db/commands/fle2_compact.h')
-rw-r--r--src/mongo/db/commands/fle2_compact.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/db/commands/fle2_compact.h b/src/mongo/db/commands/fle2_compact.h
index 35308325169..b994e22a5a2 100644
--- a/src/mongo/db/commands/fle2_compact.h
+++ b/src/mongo/db/commands/fle2_compact.h
@@ -30,8 +30,8 @@
#pragma once
#include "mongo/base/status_with.h"
+#include "mongo/db/catalog/collection.h"
#include "mongo/db/commands/fle2_compact_gen.h"
-#include "mongo/db/operation_context.h"
namespace mongo {
@@ -46,7 +46,4 @@ struct EncryptedStateCollectionsNamespaces {
NamespaceString ecocRenameNss;
};
-StatusWith<CompactStats> compactEncryptedCompactionCollection(
- OperationContext* opCtx, const CompactStructuredEncryptionData& request);
-
} // namespace mongo