summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/catalog_control_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/catalog_control_test.cpp')
-rw-r--r--src/mongo/db/catalog/catalog_control_test.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/db/catalog/catalog_control_test.cpp b/src/mongo/db/catalog/catalog_control_test.cpp
index 2c25e41b047..0ead1ab40f0 100644
--- a/src/mongo/db/catalog/catalog_control_test.cpp
+++ b/src/mongo/db/catalog/catalog_control_test.cpp
@@ -79,10 +79,7 @@ public:
"The current storage engine doesn't support backup mode");
}
StatusWith<std::vector<StorageEngine::BackupBlock>> beginNonBlockingBackup(
- OperationContext* opCtx,
- bool incrementalBackup,
- boost::optional<std::string> thisBackupName,
- boost::optional<std::string> srcBackupName) final {
+ OperationContext* opCtx, const StorageEngine::BackupOptions& options) final {
return Status(ErrorCodes::CommandNotSupported,
"The current storage engine doesn't support backup mode");
}