summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/wiredtiger.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/wiredtiger.in')
-rw-r--r--src/third_party/wiredtiger/src/include/wiredtiger.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/third_party/wiredtiger/src/include/wiredtiger.in b/src/third_party/wiredtiger/src/include/wiredtiger.in
index 2bbebb4c5ce..576c10b53ae 100644
--- a/src/third_party/wiredtiger/src/include/wiredtiger.in
+++ b/src/third_party/wiredtiger/src/include/wiredtiger.in
@@ -1695,12 +1695,11 @@ struct __wt_session {
* and the commit timestamp of this transaction can be rounded up. If the prepare timestamp
* is less than the oldest timestamp\, the prepare timestamp will be rounded to the oldest
* timestamp. If the commit timestamp is less than the prepare timestamp\, the commit
- * timestamp will be rounded up to the prepare timestamp. Allows setting the prepared
- * timestamp smaller than or equal to the latest active read timestamp., a boolean flag;
- * default \c false.}
- * @config{    read, if the read timestamp is less
- * than the oldest timestamp\, the read timestamp will be rounded up to the oldest
- * timestamp., a boolean flag; default \c false.}
+ * timestamp will be rounded up to the prepare timestamp., a boolean flag; default \c
+ * false.}
+ * @config{    read, if the read timestamp is less than the
+ * oldest timestamp\, the read timestamp will be rounded up to the oldest timestamp., a
+ * boolean flag; default \c false.}
* @config{ ),,}
* @config{sync, whether to sync log records when the transaction commits\, inherited from
* ::wiredtiger_open \c transaction_sync., a boolean flag; default empty.}