summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/storage_options.h')
-rw-r--r--src/mongo/db/storage/storage_options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/storage/storage_options.h b/src/mongo/db/storage/storage_options.h
index c10b71a25aa..386e13efde5 100644
--- a/src/mongo/db/storage/storage_options.h
+++ b/src/mongo/db/storage/storage_options.h
@@ -132,6 +132,9 @@ struct StorageGlobalParams {
// Delay in seconds between triggering the next checkpoint after the completion of the previous
// one. A value of 0 indicates that checkpointing will be skipped.
size_t checkpointDelaySecs;
+
+ // Test-only option. Disables table logging.
+ bool forceDisableTableLogging = false;
};
extern StorageGlobalParams storageGlobalParams;