summaryrefslogtreecommitdiff
path: root/src/config/config_def.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config_def.c')
-rw-r--r--src/config/config_def.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/config_def.c b/src/config/config_def.c
index bf806ea6101..ec44e8839b0 100644
--- a/src/config/config_def.c
+++ b/src/config/config_def.c
@@ -113,7 +113,6 @@ static const WT_CONFIG_CHECK confchk_connection_reconfigure[] = {
static const WT_CONFIG_CHECK confchk_cursor_reconfigure[] = {
{ "append", "boolean", NULL, NULL },
{ "overwrite", "boolean", NULL, NULL },
- { "readonly", "boolean", NULL, NULL },
{ NULL, NULL, NULL, NULL }
};
@@ -569,7 +568,7 @@ static const WT_CONFIG_ENTRY config_entries[] = {
NULL
},
{ "cursor.reconfigure",
- "append=0,overwrite=,readonly=0",
+ "append=0,overwrite=",
confchk_cursor_reconfigure
},
{ "file.meta",