summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config_server_op_observer.h
diff options
context:
space:
mode:
authorMisha Tyulenev <misha.tyulenev@mongodb.com>2022-03-29 17:03:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-29 22:15:23 +0000
commitd1306d8b8118cf6c420f6c34daab28ab7c7c33b2 (patch)
tree018df57665ce47f61f95ffd547609299c224cde1 /src/mongo/db/s/config_server_op_observer.h
parentaccb0f21fef16d0d114dabe533f3f013663d5c20 (diff)
downloadmongo-d1306d8b8118cf6c420f6c34daab28ab7c7c33b2.tar.gz
SERVER-63838 expose createIndexes and create events from chunkMigration only when showEventsSystem is true
Diffstat (limited to 'src/mongo/db/s/config_server_op_observer.h')
-rw-r--r--src/mongo/db/s/config_server_op_observer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/s/config_server_op_observer.h b/src/mongo/db/s/config_server_op_observer.h
index ddb36cfbd4c..f9414d4f49e 100644
--- a/src/mongo/db/s/config_server_op_observer.h
+++ b/src/mongo/db/s/config_server_op_observer.h
@@ -115,7 +115,8 @@ public:
const NamespaceString& collectionName,
const CollectionOptions& options,
const BSONObj& idIndex,
- const OplogSlot& createOpTime) override {}
+ const OplogSlot& createOpTime,
+ bool fromMigrate) override {}
void onCollMod(OperationContext* opCtx,
const NamespaceString& nss,