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.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/src/include/wiredtiger.in b/src/third_party/wiredtiger/src/include/wiredtiger.in
index d736f8f60dd..6616c730d5c 100644
--- a/src/third_party/wiredtiger/src/include/wiredtiger.in
+++ b/src/third_party/wiredtiger/src/include/wiredtiger.in
@@ -1693,10 +1693,9 @@ struct __wt_session {
* @configstart{WT_SESSION.begin_transaction, see dist/api_data.py}
* @config{ignore_prepare, whether to ignore the updates by other prepared transactions as
* part of read operations of this transaction. When \c true\, forces the transaction to be
- * read-only. Use \c force to ignore prepared updates and permit writes (which can cause
- * lost updates unless the application knows something about the relationship between
- * prepared transactions and the updates that are ignoring them)., a string\, chosen from
- * the following options: \c "false"\, \c "force"\, \c "true"; default \c false.}
+ * read-only. Use \c force to ignore prepared updates and permit writes (see @ref
+ * timestamp_prepare_ignore_prepare for more information)., a string\, chosen from the
+ * following options: \c "false"\, \c "force"\, \c "true"; default \c false.}
* @config{isolation, the isolation level for this transaction; defaults to the session's
* isolation level., a string\, chosen from the following options: \c "read-uncommitted"\,
* \c "read-committed"\, \c "snapshot"; default empty.}