summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/wiredtiger.in
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2017-11-24 15:14:51 +1100
committerLuke Chen <luke.chen@mongodb.com>2017-11-24 15:14:51 +1100
commit8a03a74df0e124061f374984201e5faebc2350c7 (patch)
tree02c2113766d120dbe00349a32963ac5459fd396c /src/third_party/wiredtiger/src/include/wiredtiger.in
parent4c00395b84400df45bcce4413b6ea895ead7eff4 (diff)
downloadmongo-8a03a74df0e124061f374984201e5faebc2350c7.tar.gz
Import wiredtiger: bc0337ed0085ea2d7b00f73deb2f726b4ffbee1b from branch mongodb-3.8
ref: d1027489d8..bc0337ed00 for: 3.7.1 WT-3607 Compact skips all in-cache blocks with associated disk images WT-3658 Fixed-sized strings can be stored without a trailing NUL WT-3761 Review when cursor operations force evict pages WT-3762 Allow the oldest_timestamp to be moved backwards.
Diffstat (limited to 'src/third_party/wiredtiger/src/include/wiredtiger.in')
-rw-r--r--src/third_party/wiredtiger/src/include/wiredtiger.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/wiredtiger.in b/src/third_party/wiredtiger/src/include/wiredtiger.in
index c24cffe2371..d4c1fa956c3 100644
--- a/src/third_party/wiredtiger/src/include/wiredtiger.in
+++ b/src/third_party/wiredtiger/src/include/wiredtiger.in
@@ -2341,6 +2341,9 @@ struct __wt_connection {
* supplied value should not be older than the current oldest and stable
* timestamps. See @ref transaction_timestamps., a string; default
* empty.}
+ * @config{force, set timestamps even if they violate normal ordering
+ * requirements. For example allow the \c oldest_timestamp to move
+ * backwards., a boolean flag; default \c false.}
* @config{oldest_timestamp, future commits and queries will be no
* earlier than the specified timestamp. Supplied values must be
* monotonically increasing\, any attempt to set the value to older than