summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-01-22 16:34:32 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-01-22 16:34:32 +1100
commitf4e5ae0bb85c31bb0e373116f70e59769f5e262a (patch)
tree408900667f496c8382363d54321930917c3f9406 /src/include/wiredtiger.in
parent1dbe083df17ca4458e51886029824049db21fa9b (diff)
downloadmongo-f4e5ae0bb85c31bb0e373116f70e59769f5e262a.tar.gz
WT-2333 Update "lock_fail" warning for clarity.
Diffstat (limited to 'src/include/wiredtiger.in')
-rw-r--r--src/include/wiredtiger.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index 915c8009855..676f95d9b05 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -1237,8 +1237,9 @@ struct __wt_session {
* @configstart{WT_SESSION.drop, see dist/api_data.py}
* @config{force, return success if the object does not exist., a
* boolean flag; default \c false.}
- * @config{lock_wait, wait for locks\, if false will return \c EBUSY
- * instead of blocking., a boolean flag; default \c true.}
+ * @config{lock_wait, wait for locks\, if \c lock_wait=false\, fail if
+ * any required locks are not available immediately., a boolean flag;
+ * default \c true.}
* @config{remove_files, should the underlying files be removed?., a
* boolean flag; default \c true.}
* @configend