summaryrefslogtreecommitdiff
path: root/src/docs/cursors.dox
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-09-14 16:08:27 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-09-14 16:08:27 +1000
commit7f13ae0ae58fe5b2add38e8533f74fab91f5f3d0 (patch)
tree88cd2b41578c05b8d399d8eb4ff874c326d832e5 /src/docs/cursors.dox
parent38c64febea6234cb3571af406c2d4b94c2fd4492 (diff)
downloadmongo-7f13ae0ae58fe5b2add38e8533f74fab91f5f3d0.tar.gz
Minor doc fixes: link some orphaned pages into the hierarchy, disable "Related Pages".
Diffstat (limited to 'src/docs/cursors.dox')
-rw-r--r--src/docs/cursors.dox5
1 files changed, 5 insertions, 0 deletions
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.
+
*/