summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-09-25 10:12:42 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-09-25 10:12:42 +1000
commit91b11ba4d2b369672706036d0738f90e8427533e (patch)
tree8c3f71d88ca50b07e0addc6efbdd23a18d9cae0d /src/include/wiredtiger.in
parent0dccf9a457e0d9070fae6bd24f22078b7d1baa14 (diff)
parentac35d03a739663465b058329f7388f3f770df52e (diff)
downloadmongo-91b11ba4d2b369672706036d0738f90e8427533e.tar.gz
Merge branch 'develop' into lsm-schema
Diffstat (limited to 'src/include/wiredtiger.in')
-rw-r--r--src/include/wiredtiger.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index ae6fa9fb903..60e95fb6e63 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -523,10 +523,10 @@ struct __wt_session {
* record number key; valid only for cursors with record number keys.,a
* boolean flag; default \c false.}
* @config{bulk, configure the cursor for bulk loads; bulk-load is a
- * fast load path for empty objects and only empty objects may be
- * bulk-loaded. Cursors configured for bulk load only support the
- * WT_CURSOR::insert and WT_CURSOR::close methods.,a boolean flag;
- * default \c false.}
+ * fast load path for newly created objects and only newly created
+ * objects may be bulk-loaded. Cursors configured for bulk load only
+ * support the WT_CURSOR::insert and WT_CURSOR::close methods.,a boolean
+ * flag; default \c false.}
* @config{checkpoint, the name of a checkpoint to open; the reserved
* checkpoint name "WiredTigerCheckpoint" opens a cursor on the most
* recent internal checkpoint taken for the object.,a string; default
@@ -608,8 +608,8 @@ struct __wt_session {
* value_format. For colgroups and indices\, all column names must
* appear in the list of columns for the table.,a list of strings;
* default empty.}
- * @config{dictionary, the number of entries maintained in the Btree
- * row-store leaf page value dictionary; see @ref
+ * @config{dictionary, the maximum number of unique values remembered in
+ * the Btree row-store leaf page value dictionary; see @ref
* file_formats_compression for more information.,an integer greater
* than or equal to 0; default \c 0.}
* @config{exclusive, fail if the object exists. When false (the