From 5c0ff2040b16554bc09074733d34beb46b13b917 Mon Sep 17 00:00:00 2001 From: XueruiFa Date: Mon, 1 Mar 2021 22:03:34 +0000 Subject: SERVER-53513: Update config.transactions for committed transactions before startFetchingOpTime --- src/mongo/db/repl/tenant_migration_util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mongo/db/repl/tenant_migration_util.h') 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 @@ -170,11 +170,6 @@ std::unique_ptr createCommittedTransactionsPipelineFo const Timestamp& startFetchingTimestamp, 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 -- cgit v1.2.1