summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-12-14 04:53:23 +0000
committerAlex Gorrod <alexg@wiredtiger.com>2015-12-14 04:53:23 +0000
commit8677edeed220994f54a49f5c1ae9656016532e86 (patch)
treef59e894adbd2888deac7b798935758e804c84b2d /src/include/wiredtiger.in
parentf38bd7a3271dff84025131a96761e8d6a19b3eab (diff)
downloadmongo-8677edeed220994f54a49f5c1ae9656016532e86.tar.gz
WT-2262 Split btree walk into separate walk functions.
Allow a value of 0 to next_random_sample_size, it's the default so it doesn't make sense to disallow it.
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 315d77e3fc5..bdd8bb65910 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -931,8 +931,8 @@ struct __wt_session {
* with both \c next_random and \c next_random_sample_size attempts to
* divide the object into \c next_random_sample_size equal-sized
* pieces\, and each retrieval returns a record from one of those
- * pieces. See @ref cursor_random for details., an integer greater than
- * or equal to 1; default \c 0.}
+ * pieces. See @ref cursor_random for details., a string; default \c
+ * 0.}
* @config{overwrite, configures whether the cursor's insert\, update
* and remove methods check the existing state of the record. If \c
* overwrite is \c false\, WT_CURSOR::insert fails with