From 5f27f0519f980f3099764b8045e887b633d60b72 Mon Sep 17 00:00:00 2001 From: Gregory Wlodarek Date: Fri, 24 Jan 2020 14:35:42 +0000 Subject: SERVER-45481 Change the backup API to return the blocks to copy for incremental backup --- src/mongo/db/storage/kv/kv_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/storage/kv') diff --git a/src/mongo/db/storage/kv/kv_engine.h b/src/mongo/db/storage/kv/kv_engine.h index 337a40d13b9..7c3316cb6a5 100644 --- a/src/mongo/db/storage/kv/kv_engine.h +++ b/src/mongo/db/storage/kv/kv_engine.h @@ -237,7 +237,7 @@ public: MONGO_UNREACHABLE; } - virtual StatusWith> beginNonBlockingBackup( + virtual StatusWith beginNonBlockingBackup( OperationContext* opCtx, const StorageEngine::BackupOptions& options) { return Status(ErrorCodes::CommandNotSupported, "The current storage engine doesn't support backup mode"); -- cgit v1.2.1