summaryrefslogtreecommitdiff
path: root/src/cursor/cur_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cursor/cur_table.c')
-rw-r--r--src/cursor/cur_table.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cursor/cur_table.c b/src/cursor/cur_table.c
index 59015838af7..54b9db2bfd0 100644
--- a/src/cursor/cur_table.c
+++ b/src/cursor/cur_table.c
@@ -602,6 +602,10 @@ err: API_END(session);
return (ret);
}
+/*
+ * __curtable_open_colgroups --
+ * Open cursors on column groups for a table cursor.
+ */
static int
__curtable_open_colgroups(WT_CURSOR_TABLE *ctable, const char *cfg_arg[])
{
@@ -638,6 +642,10 @@ __curtable_open_colgroups(WT_CURSOR_TABLE *ctable, const char *cfg_arg[])
return (0);
}
+/*
+ * __curtable_open_indices --
+ * Open cursors on indices for a table cursor.
+ */
static int
__curtable_open_indices(WT_CURSOR_TABLE *ctable)
{