From cff25ee25c1ad064777c9e8ad58d36857e73035e Mon Sep 17 00:00:00 2001 From: Daniel Gottlieb Date: Thu, 17 Oct 2019 17:54:56 +0000 Subject: SERVER-43794: Incremental backup cursor API. --- src/mongo/db/storage/kv/kv_engine.h | 3 ++- 1 file changed, 2 insertions(+), 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 2d8118c6f68..8e334d9cee8 100644 --- a/src/mongo/db/storage/kv/kv_engine.h +++ b/src/mongo/db/storage/kv/kv_engine.h @@ -225,7 +225,8 @@ public: MONGO_UNREACHABLE; } - virtual StatusWith> beginNonBlockingBackup(OperationContext* opCtx) { + virtual StatusWith> beginNonBlockingBackup( + OperationContext* opCtx) { return Status(ErrorCodes::CommandNotSupported, "The current storage engine doesn't support backup mode"); } -- cgit v1.2.1