summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_op_observer.h
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2022-09-02 13:17:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-08 16:49:10 +0000
commit17dc0a48233b4c7c6e95b43236f0fc8dba2d3b4e (patch)
treeb4cade7072a3b633acd8540139981f33a76341e6 /src/mongo/db/s/shard_server_op_observer.h
parent000691a65de1ba61fca5bf81316cdd146fbd20e4 (diff)
downloadmongo-17dc0a48233b4c7c6e95b43236f0fc8dba2d3b4e.tar.gz
SERVER-67893 Add _shardsvrDropGlobalIndex command
Diffstat (limited to 'src/mongo/db/s/shard_server_op_observer.h')
-rw-r--r--src/mongo/db/s/shard_server_op_observer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/s/shard_server_op_observer.h b/src/mongo/db/s/shard_server_op_observer.h
index f3008f187ae..88f9d31ebd0 100644
--- a/src/mongo/db/s/shard_server_op_observer.h
+++ b/src/mongo/db/s/shard_server_op_observer.h
@@ -49,6 +49,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,