summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer.h
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2022-09-07 12:27:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-22 17:06:36 +0000
commit51f0ab76dd8b32cab8b651e8a76df7d501c34ad2 (patch)
treed3eebc3d984b7627d2da88021c4bcc21c22acf47 /src/mongo/db/auth/auth_op_observer.h
parent37c8cb40955d6c330d0105ad5266c199b43a7dcb (diff)
downloadmongo-51f0ab76dd8b32cab8b651e8a76df7d501c34ad2.tar.gz
SERVER-69242 Add _shardsvrDeleteGlobalIndexKey command
Diffstat (limited to 'src/mongo/db/auth/auth_op_observer.h')
-rw-r--r--src/mongo/db/auth/auth_op_observer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/auth/auth_op_observer.h b/src/mongo/db/auth/auth_op_observer.h
index 9f9f64ec198..365b223f5e7 100644
--- a/src/mongo/db/auth/auth_op_observer.h
+++ b/src/mongo/db/auth/auth_op_observer.h
@@ -102,6 +102,12 @@ public:
const BSONObj& key,
const BSONObj& docKey) final{};
+ void onDeleteGlobalIndexKey(OperationContext* opCtx,
+ const NamespaceString& globalIndexNss,
+ const UUID& globalIndexUuid,
+ const BSONObj& key,
+ const BSONObj& docKey) final {}
+
void onUpdate(OperationContext* opCtx, const OplogUpdateEntryArgs& args) final;
void aboutToDelete(OperationContext* opCtx,