From 7f13ae0ae58fe5b2add38e8533f74fab91f5f3d0 Mon Sep 17 00:00:00 2001 From: Michael Cahill Date: Fri, 14 Sep 2012 16:08:27 +1000 Subject: Minor doc fixes: link some orphaned pages into the hierarchy, disable "Related Pages". --- src/docs/cursors.dox | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/docs/cursors.dox') diff --git a/src/docs/cursors.dox b/src/docs/cursors.dox index 302dabcf5d2..2aa63769f20 100644 --- a/src/docs/cursors.dox +++ b/src/docs/cursors.dox @@ -97,4 +97,9 @@ WT_CURSOR::set_key and WT_CURSOR::set_value in raw mode, the WT_ITEM should be equivalent to calling ::wiredtiger_struct_pack for the cursor's \c key_format or \c value_format, respectively. +@section cursor_random Random lookup + +Cursors can be configured to return pseudo-random records from row-store +objects. See @subpage cursor_random for details. + */ -- cgit v1.2.1