summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_util.h
diff options
context:
space:
mode:
authorXueruiFa <xuerui.fa@mongodb.com>2021-03-01 22:03:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-03 18:24:57 +0000
commit5c0ff2040b16554bc09074733d34beb46b13b917 (patch)
tree467e83ca7787d2acd8431881d18c5ce1e9cd4972 /src/mongo/db/repl/tenant_migration_util.h
parent37dc18b365d3279df10f812e0e388bf08acb8e60 (diff)
downloadmongo-5c0ff2040b16554bc09074733d34beb46b13b917.tar.gz
SERVER-53513: Update config.transactions for committed transactions before startFetchingOpTime
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_util.h')
-rw-r--r--src/mongo/db/repl/tenant_migration_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/repl/tenant_migration_util.h b/src/mongo/db/repl/tenant_migration_util.h
index 3d56479964b..c7e129423a1 100644
--- a/src/mongo/db/repl/tenant_migration_util.h
+++ b/src/mongo/db/repl/tenant_migration_util.h
@@ -171,11 +171,6 @@ std::unique_ptr<Pipeline, PipelineDeleter> createCommittedTransactionsPipelineFo
const std::string& tenantId);
/**
- * Inserts a committed transactions entry into the 'config.transactions' collection.
- */
-Status upsertCommittedTransactionEntry(OperationContext* opCtx, const BSONObj& entry);
-
-/**
* Creates a pipeline that can be serialized into a query for fetching retryable writes oplog
* entries before `startFetchingTimestamp`. We use `tenantId` to fetch entries specific to a
* particular set of tenant databases.