summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/config/config_def.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/config/config_def.c')
-rw-r--r--src/third_party/wiredtiger/src/config/config_def.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/third_party/wiredtiger/src/config/config_def.c b/src/third_party/wiredtiger/src/config/config_def.c
index 85cbe50436c..342b5d17482 100644
--- a/src/third_party/wiredtiger/src/config/config_def.c
+++ b/src/third_party/wiredtiger/src/config/config_def.c
@@ -447,9 +447,11 @@ static const WT_CONFIG_CHECK confchk_WT_SESSION_timestamp_transaction[] = {
static const WT_CONFIG_CHECK confchk_WT_SESSION_verify[] = {
{"do_not_clear_txn_id", "boolean", NULL, NULL, NULL, 0},
- {"dump_address", "boolean", NULL, NULL, NULL, 0}, {"dump_blocks", "boolean", NULL, NULL, NULL, 0},
- {"dump_layout", "boolean", NULL, NULL, NULL, 0}, {"dump_offsets", "list", NULL, NULL, NULL, 0},
- {"dump_pages", "boolean", NULL, NULL, NULL, 0}, {"read_corrupt", "boolean", NULL, NULL, NULL, 0},
+ {"dump_address", "boolean", NULL, NULL, NULL, 0},
+ {"dump_app_data", "boolean", NULL, NULL, NULL, 0},
+ {"dump_blocks", "boolean", NULL, NULL, NULL, 0}, {"dump_layout", "boolean", NULL, NULL, NULL, 0},
+ {"dump_offsets", "list", NULL, NULL, NULL, 0}, {"dump_pages", "boolean", NULL, NULL, NULL, 0},
+ {"read_corrupt", "boolean", NULL, NULL, NULL, 0},
{"stable_timestamp", "boolean", NULL, NULL, NULL, 0}, {"strict", "boolean", NULL, NULL, NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -1332,10 +1334,11 @@ static const WT_CONFIG_ENTRY config_entries[] = {{"WT_CONNECTION.add_collator",
{"WT_SESSION.timestamp_transaction_uint", "", NULL, 0}, {"WT_SESSION.truncate", "", NULL, 0},
{"WT_SESSION.upgrade", "", NULL, 0},
{"WT_SESSION.verify",
- "do_not_clear_txn_id=false,dump_address=false,dump_blocks=false,"
- "dump_layout=false,dump_offsets=,dump_pages=false,"
- "read_corrupt=false,stable_timestamp=false,strict=false",
- confchk_WT_SESSION_verify, 9},
+ "do_not_clear_txn_id=false,dump_address=false,dump_app_data=false"
+ ",dump_blocks=false,dump_layout=false,dump_offsets=,"
+ "dump_pages=false,read_corrupt=false,stable_timestamp=false,"
+ "strict=false",
+ confchk_WT_SESSION_verify, 10},
{"colgroup.meta",
"app_metadata=,assert=(commit_timestamp=none,"
"durable_timestamp=none,read_timestamp=none,write_timestamp=off),"