summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-09-18 18:10:33 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-09-18 18:10:33 +1000
commit0dccf9a457e0d9070fae6bd24f22078b7d1baa14 (patch)
tree1b0a552d6f52d7995e6269fd73b392f0aac7d8dd /src/include/wiredtiger.in
parentd6ba25ac18986d71311e854b42793e5b6037c180 (diff)
downloadmongo-0dccf9a457e0d9070fae6bd24f22078b7d1baa14.tar.gz
Add support for LSM column groups and indices to the schema layer.
Diffstat (limited to 'src/include/wiredtiger.in')
-rw-r--r--src/include/wiredtiger.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index 367b52a55cd..ae6fa9fb903 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -615,8 +615,6 @@ struct __wt_session {
* @config{exclusive, fail if the object exists. When false (the
* default)\, if the object exists\, check that its settings match the
* specified configuration.,a boolean flag; default \c false.}
- * @config{filename, override the default filename derived from the
- * object name.,a string; default empty.}
* @config{huffman_key, configure Huffman encoding for keys. Permitted
* values are empty (off)\, \c "english"\, \c "utf8<file>" or \c
* "utf16<file>". See @ref huffman for more information.,a string;
@@ -665,6 +663,8 @@ struct __wt_session {
* LSM tree.,an integer between 512K and 500MB; default \c 2MB.}
* @config{prefix_compression, configure row-store format key prefix
* compression.,a boolean flag; default \c true.}
+ * @config{source, override the default data source URI derived from the
+ * object name.,a string; default empty.}
* @config{split_pct, the Btree page split size as a percentage of the
* maximum Btree page size\, that is\, when a Btree page is split\, it
* will be split into smaller pages\, where each page is the specified