summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/storage_engine.h')
-rw-r--r--src/mongo/db/storage/storage_engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/storage/storage_engine.h b/src/mongo/db/storage/storage_engine.h
index 64428fdfd43..7e9d77641c3 100644
--- a/src/mongo/db/storage/storage_engine.h
+++ b/src/mongo/db/storage/storage_engine.h
@@ -286,6 +286,9 @@ public:
* if the storage engine supports the "recover to stable timestamp" feature but does not have
* a stable timestamp, or if for some reason the storage engine is unable to recover to the
* last provided stable timestamp.
+ *
+ * It is illegal to call this concurrently with `setStableTimestamp` or
+ * `setInitialDataTimestamp`.
*/
virtual bool supportsRecoverToStableTimestamp() const {
return false;