summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/wiredtiger.in')
-rw-r--r--src/include/wiredtiger.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index 8da46582924..37788096f39 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -1641,6 +1641,10 @@ struct __wt_session {
* including the specified name., a string; default empty.}
* @config{
* ),,}
+ * @config{include_updates, make updates from the current transaction
+ * visible to users of the named snapshot. Transactions started with
+ * such a named snapshot are restricted to being read-only., a boolean
+ * flag; default \c false.}
* @config{name, specify a name for the snapshot., a string; default
* empty.}
* @configend