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.c26
1 files changed, 12 insertions, 14 deletions
diff --git a/src/third_party/wiredtiger/src/config/config_def.c b/src/third_party/wiredtiger/src/config/config_def.c
index c53a63ccb25..764006b024d 100644
--- a/src/third_party/wiredtiger/src/config/config_def.c
+++ b/src/third_party/wiredtiger/src/config/config_def.c
@@ -172,8 +172,8 @@ static const WT_CONFIG_CHECK confchk_WT_CONNECTION_reconfigure[] = {
"\"lsm_manager\",\"metadata\",\"mutex\",\"overflow\",\"read\","
"\"rebalance\",\"reconcile\",\"recovery\",\"recovery_progress\","
"\"salvage\",\"shared_cache\",\"split\",\"temporary\","
- "\"thread_group\",\"transaction\",\"verify\",\"version\","
- "\"write\"]",
+ "\"thread_group\",\"timestamp\",\"transaction\",\"verify\","
+ "\"version\",\"write\"]",
NULL, 0 },
{ NULL, NULL, NULL, NULL, NULL, 0 }
};
@@ -225,7 +225,6 @@ static const WT_CONFIG_CHECK confchk_WT_SESSION_checkpoint[] = {
{ "drop", "list", NULL, NULL, NULL, 0 },
{ "force", "boolean", NULL, NULL, NULL, 0 },
{ "name", "string", NULL, NULL, NULL, 0 },
- { "read_timestamp", "string", NULL, NULL, NULL, 0 },
{ "target", "list", NULL, NULL, NULL, 0 },
{ "use_timestamp", "boolean", NULL, NULL, NULL, 0 },
{ NULL, NULL, NULL, NULL, NULL, 0 }
@@ -802,8 +801,8 @@ static const WT_CONFIG_CHECK confchk_wiredtiger_open[] = {
"\"lsm_manager\",\"metadata\",\"mutex\",\"overflow\",\"read\","
"\"rebalance\",\"reconcile\",\"recovery\",\"recovery_progress\","
"\"salvage\",\"shared_cache\",\"split\",\"temporary\","
- "\"thread_group\",\"transaction\",\"verify\",\"version\","
- "\"write\"]",
+ "\"thread_group\",\"timestamp\",\"transaction\",\"verify\","
+ "\"version\",\"write\"]",
NULL, 0 },
{ "write_through", "list",
NULL, "choices=[\"data\",\"log\"]",
@@ -897,8 +896,8 @@ static const WT_CONFIG_CHECK confchk_wiredtiger_open_all[] = {
"\"lsm_manager\",\"metadata\",\"mutex\",\"overflow\",\"read\","
"\"rebalance\",\"reconcile\",\"recovery\",\"recovery_progress\","
"\"salvage\",\"shared_cache\",\"split\",\"temporary\","
- "\"thread_group\",\"transaction\",\"verify\",\"version\","
- "\"write\"]",
+ "\"thread_group\",\"timestamp\",\"transaction\",\"verify\","
+ "\"version\",\"write\"]",
NULL, 0 },
{ "version", "string", NULL, NULL, NULL, 0 },
{ "write_through", "list",
@@ -987,8 +986,8 @@ static const WT_CONFIG_CHECK confchk_wiredtiger_open_basecfg[] = {
"\"lsm_manager\",\"metadata\",\"mutex\",\"overflow\",\"read\","
"\"rebalance\",\"reconcile\",\"recovery\",\"recovery_progress\","
"\"salvage\",\"shared_cache\",\"split\",\"temporary\","
- "\"thread_group\",\"transaction\",\"verify\",\"version\","
- "\"write\"]",
+ "\"thread_group\",\"timestamp\",\"transaction\",\"verify\","
+ "\"version\",\"write\"]",
NULL, 0 },
{ "version", "string", NULL, NULL, NULL, 0 },
{ "write_through", "list",
@@ -1077,8 +1076,8 @@ static const WT_CONFIG_CHECK confchk_wiredtiger_open_usercfg[] = {
"\"lsm_manager\",\"metadata\",\"mutex\",\"overflow\",\"read\","
"\"rebalance\",\"reconcile\",\"recovery\",\"recovery_progress\","
"\"salvage\",\"shared_cache\",\"split\",\"temporary\","
- "\"thread_group\",\"transaction\",\"verify\",\"version\","
- "\"write\"]",
+ "\"thread_group\",\"timestamp\",\"transaction\",\"verify\","
+ "\"version\",\"write\"]",
NULL, 0 },
{ "write_through", "list",
NULL, "choices=[\"data\",\"log\"]",
@@ -1173,9 +1172,8 @@ static const WT_CONFIG_ENTRY config_entries[] = {
confchk_WT_SESSION_begin_transaction, 6
},
{ "WT_SESSION.checkpoint",
- "drop=,force=false,name=,read_timestamp=,target=,"
- "use_timestamp=true",
- confchk_WT_SESSION_checkpoint, 6
+ "drop=,force=false,name=,target=,use_timestamp=true",
+ confchk_WT_SESSION_checkpoint, 5
},
{ "WT_SESSION.close",
"",