summaryrefslogtreecommitdiff
path: root/src/mongo/idl/cluster_server_parameter_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/idl/cluster_server_parameter_op_observer.h')
-rw-r--r--src/mongo/idl/cluster_server_parameter_op_observer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mongo/idl/cluster_server_parameter_op_observer.h b/src/mongo/idl/cluster_server_parameter_op_observer.h
index 0a961e99719..ac93383461c 100644
--- a/src/mongo/idl/cluster_server_parameter_op_observer.h
+++ b/src/mongo/idl/cluster_server_parameter_op_observer.h
@@ -100,10 +100,11 @@ public:
const NamespaceString& globalIndexNss,
const UUID& globalIndexUUID) final{};
- void onModifyShardedCollectionGlobalIndexCatalogEntry(OperationContext* opCtx,
- const NamespaceString& nss,
- const UUID& uuid,
- BSONObj indexDoc) final {}
+ void onModifyCollectionShardingIndexCatalog(OperationContext* opCtx,
+ const NamespaceString& nss,
+ const UUID& uuid,
+ BSONObj indexDoc) final {}
+
void onDropGlobalIndex(OperationContext* opCtx,
const NamespaceString& globalIndexNss,
const UUID& globalIndexUUID,