summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_op_observer.h')
-rw-r--r--src/mongo/db/s/resharding/resharding_op_observer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/s/resharding/resharding_op_observer.h b/src/mongo/db/s/resharding/resharding_op_observer.h
index 58ed4ea70d7..c8f07c6bffe 100644
--- a/src/mongo/db/s/resharding/resharding_op_observer.h
+++ b/src/mongo/db/s/resharding/resharding_op_observer.h
@@ -65,6 +65,10 @@ public:
const NamespaceString& globalIndexNss,
const UUID& globalIndexUUID) final{};
+ void onDropGlobalIndex(OperationContext* opCtx,
+ const NamespaceString& globalIndexNss,
+ const UUID& globalIndexUUID) final{};
+
void onCreateIndex(OperationContext* opCtx,
const NamespaceString& nss,
const UUID& uuid,