summaryrefslogtreecommitdiff
path: root/src/cursor/cur_config.c
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-01-31 00:50:04 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-01-31 00:50:04 +1100
commitaf7dcbe64c093bd824ff9cb1519de127a52b2fe1 (patch)
tree50342cdec338c5c8c62a035c8e10614bd37db380 /src/cursor/cur_config.c
parent3fa04a7148a4a95c208050f54ba5adfff004f9ea (diff)
downloadmongo-af7dcbe64c093bd824ff9cb1519de127a52b2fe1.tar.gz
Implement WT_CURSOR::equals to test if two cursors are equal (primarily in support of truncate).
refs #149
Diffstat (limited to 'src/cursor/cur_config.c')
-rw-r--r--src/cursor/cur_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cursor/cur_config.c b/src/cursor/cur_config.c
index 0a811479ec4..eadbfa3ed5d 100644
--- a/src/cursor/cur_config.c
+++ b/src/cursor/cur_config.c
@@ -34,6 +34,7 @@ __wt_curconfig_open(WT_SESSION_IMPL *session,
NULL,
NULL,
NULL,
+ NULL, /* equals */
__wt_cursor_notsup, /* next */
__wt_cursor_notsup, /* prev */
__wt_cursor_notsup, /* reset */