summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2021-04-26 20:23:44 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-05 18:13:49 +0000
commit946fb51b19e4943a069b8af1442ba5daeef61fa2 (patch)
tree2b428d27a1bd2beed1fc80ee8480424bfe2331ef /src/mongo/db/free_mon
parent6701ac9e1cb8f42ae479d70f0fa6d1fa2b8bc995 (diff)
downloadmongo-946fb51b19e4943a069b8af1442ba5daeef61fa2.tar.gz
SERVER-54982 Test resumability of changes streams together with reshardCollection
Diffstat (limited to 'src/mongo/db/free_mon')
-rw-r--r--src/mongo/db/free_mon/free_mon_op_observer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/free_mon/free_mon_op_observer.h b/src/mongo/db/free_mon/free_mon_op_observer.h
index e6b7cc6a422..b2e73af1f41 100644
--- a/src/mongo/db/free_mon/free_mon_op_observer.h
+++ b/src/mongo/db/free_mon/free_mon_op_observer.h
@@ -120,6 +120,7 @@ public:
void onDropDatabase(OperationContext* opCtx, const std::string& dbName) final {}
+ using OpObserver::onDropCollection;
repl::OpTime onDropCollection(OperationContext* opCtx,
const NamespaceString& collectionName,
OptionalCollectionUUID uuid,
@@ -132,6 +133,7 @@ public:
const std::string& indexName,
const BSONObj& indexInfo) final {}
+ using OpObserver::onRenameCollection;
void onRenameCollection(OperationContext* opCtx,
const NamespaceString& fromCollection,
const NamespaceString& toCollection,
@@ -149,6 +151,7 @@ public:
const BSONObj& storageMetadata,
bool isDryRun) final {}
+ using OpObserver::preRenameCollection;
repl::OpTime preRenameCollection(OperationContext* opCtx,
const NamespaceString& fromCollection,
const NamespaceString& toCollection,