summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-06-06 13:23:21 -0400
committerMichael Cahill <michael.cahill@mongodb.com>2015-06-29 13:52:26 +1000
commit2fc2b8bbe52b10e87ba898af13ea264018622bd9 (patch)
tree460c21717115887aa3fa6991efe9c9409d058abd /src/include/wiredtiger.in
parenta0c9c24db632dfed6df03f300375ea2a275898ef (diff)
downloadmongo-2fc2b8bbe52b10e87ba898af13ea264018622bd9.tar.gz
WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default false, don't error if we leak blocks unless strict is configured.
(cherry picked from commit b3e3f19a08bbd8897dc0ba3f54b217292e35ea6b)
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 3e7f956d885..4804290acba 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -1337,6 +1337,10 @@ struct __wt_session {
* @config{dump_shape, Display the shape of the tree after
* verification\, using the application's message handler\, intended for
* debugging., a boolean flag; default \c false.}
+ * @config{strict, Treat any verification problem as an error; by
+ * default\, verify will warn\, but not fail\, in the case of errors
+ * that won't affect future behavior (for example\, a leaked block)., a
+ * boolean flag; default \c false.}
* @configend
* @ebusy_errors
*/