From 8677edeed220994f54a49f5c1ae9656016532e86 Mon Sep 17 00:00:00 2001 From: Alex Gorrod Date: Mon, 14 Dec 2015 04:53:23 +0000 Subject: 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. --- src/include/wiredtiger.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/wiredtiger.in') 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 -- cgit v1.2.1