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.c54
1 files changed, 24 insertions, 30 deletions
diff --git a/src/third_party/wiredtiger/src/config/config_def.c b/src/third_party/wiredtiger/src/config/config_def.c
index 15bd9c16153..8894ff6cd55 100644
--- a/src/third_party/wiredtiger/src/config/config_def.c
+++ b/src/third_party/wiredtiger/src/config/config_def.c
@@ -191,14 +191,8 @@ static const WT_CONFIG_CHECK confchk_WT_CURSOR_reconfigure[] = {
{"prefix_search", "boolean", NULL, NULL, NULL, 0}, {NULL, NULL, NULL, NULL, NULL, 0}};
static const WT_CONFIG_CHECK confchk_WT_SESSION_create_assert_subconfigs[] = {
- {"commit_timestamp", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"never\","
- "\"none\"]",
- NULL, 0},
- {"durable_timestamp", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"never\","
- "\"none\"]",
- NULL, 0},
+ {"commit_timestamp", "string", NULL, "choices=[\"always\",\"never\",\"none\"]", NULL, 0},
+ {"durable_timestamp", "string", NULL, "choices=[\"always\",\"never\",\"none\"]", NULL, 0},
{"read_timestamp", "string", NULL, "choices=[\"always\",\"never\",\"none\"]", NULL, 0},
{"write_timestamp", "string", NULL, "choices=[\"off\",\"on\"]", NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -218,8 +212,8 @@ static const WT_CONFIG_CHECK confchk_WT_SESSION_alter[] = {
{"tiered_object", "boolean", NULL, NULL, NULL, 0},
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -343,8 +337,8 @@ static const WT_CONFIG_CHECK confchk_WT_SESSION_create[] = {
{"value_format", "format", __wt_struct_confchk, NULL, NULL, 0},
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -451,8 +445,8 @@ static const WT_CONFIG_CHECK confchk_colgroup_meta[] = {
{"source", "string", NULL, NULL, NULL, 0}, {"type", "string", NULL, NULL, NULL, 0},
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -500,8 +494,8 @@ static const WT_CONFIG_CHECK confchk_file_config[] = {
{"value_format", "format", __wt_struct_confchk, NULL, NULL, 0},
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -553,8 +547,8 @@ static const WT_CONFIG_CHECK confchk_file_meta[] = {
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"version", "string", NULL, NULL, NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -569,8 +563,8 @@ static const WT_CONFIG_CHECK confchk_index_meta[] = {
{"value_format", "format", __wt_struct_confchk, NULL, NULL, 0},
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -620,8 +614,8 @@ static const WT_CONFIG_CHECK confchk_lsm_meta[] = {
{"value_format", "format", __wt_struct_confchk, NULL, NULL, 0},
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -674,8 +668,8 @@ static const WT_CONFIG_CHECK confchk_object_meta[] = {
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"version", "string", NULL, NULL, NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -688,8 +682,8 @@ static const WT_CONFIG_CHECK confchk_table_meta[] = {
{"value_format", "format", __wt_struct_confchk, NULL, NULL, 0},
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -743,8 +737,8 @@ static const WT_CONFIG_CHECK confchk_tier_meta[] = {
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"version", "string", NULL, NULL, NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};
@@ -798,8 +792,8 @@ static const WT_CONFIG_CHECK confchk_tiered_meta[] = {
{"verbose", "list", NULL, "choices=[\"write_timestamp\"]", NULL, 0},
{"version", "string", NULL, NULL, NULL, 0},
{"write_timestamp_usage", "string", NULL,
- "choices=[\"always\",\"key_consistent\",\"mixed_mode\","
- "\"never\",\"none\",\"ordered\"]",
+ "choices=[\"always\",\"mixed_mode\",\"never\",\"none\","
+ "\"ordered\"]",
NULL, 0},
{NULL, NULL, NULL, NULL, NULL, 0}};