summaryrefslogtreecommitdiff
path: root/test/format/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/format/config.h')
-rw-r--r--test/format/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/format/config.h b/test/format/config.h
index 9bfba3cd0df..e4f7af2e1b2 100644
--- a/test/format/config.h
+++ b/test/format/config.h
@@ -65,6 +65,10 @@ static CONFIG c[] = {
"if timed run should drop core", /* 0% */
C_BOOL, 0, 0, 0, &g.c_abort, NULL },
+ { "alter",
+ "if altering the table is enabled", /* 10% */
+ C_BOOL, 10, 0, 0, &g.c_alter, NULL },
+
{ "auto_throttle",
"if LSM inserts are throttled", /* 90% */
C_BOOL, 90, 0, 0, &g.c_auto_throttle, NULL },