summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-04-07 17:29:41 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-04-07 17:29:41 +1000
commit284f17849964abf00cef2dbb3a4152f1854a9091 (patch)
tree4041875bc5a8d5cbee955fa0a0e7e3e87a3b00dd /src/config
parentc3106e25161aae32d8b0ac373fbed6ade41559dc (diff)
downloadmongo-284f17849964abf00cef2dbb3a4152f1854a9091.tar.gz
Minor fixes for metadata cursors.
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config_def.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/config_def.c b/src/config/config_def.c
index ac13fb9693c..010523660b8 100644
--- a/src/config/config_def.c
+++ b/src/config/config_def.c
@@ -186,6 +186,7 @@ static const WT_CONFIG_CHECK confchk_session_open_cursor[] = {
{ "next_random", "boolean", NULL, NULL},
{ "overwrite", "boolean", NULL, NULL},
{ "raw", "boolean", NULL, NULL},
+ { "readonly", "boolean", NULL, NULL},
{ "statistics", "list",
"choices=[\"all\",\"fast\",\"clear\"]",
NULL},
@@ -388,7 +389,7 @@ static const WT_CONFIG_ENTRY config_entries[] = {
},
{ "session.open_cursor",
"append=0,bulk=0,checkpoint=,dump=,next_random=0,overwrite=,raw=0"
- ",statistics=,target=",
+ ",readonly=0,statistics=,target=",
confchk_session_open_cursor
},
{ "session.reconfigure",