summaryrefslogtreecommitdiff
path: root/src/cursor/cur_join.c
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-03-17 16:47:51 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-03-17 16:47:51 +1100
commitd5a67f2c0f84527a8db92ad17204be02f314366b (patch)
tree011ccea0cb627611f3b23e3322811d5bb3a8fae4 /src/cursor/cur_join.c
parent019fb827cd32acba72ec1b01546bd685e6641a5d (diff)
parentd870b48d42135f0a6ce06a8a174126bb2f55077d (diff)
downloadmongo-d5a67f2c0f84527a8db92ad17204be02f314366b.tar.gz
Merge pull request #2592 from wiredtiger/wt-2490
WT-2490: search_near() returns wrong key for column-store
Diffstat (limited to 'src/cursor/cur_join.c')
-rw-r--r--src/cursor/cur_join.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cursor/cur_join.c b/src/cursor/cur_join.c
index 5f873812c11..38a83217933 100644
--- a/src/cursor/cur_join.c
+++ b/src/cursor/cur_join.c
@@ -113,7 +113,6 @@ __curjoin_split_key(WT_SESSION_IMPL *session, WT_CURSOR_JOIN *cjoin,
if (isindex) {
cindex = ((WT_CURSOR_INDEX *)fromcur);
- firstcg_cur = cindex->cg_cursors[0];
/*
* Repack tells us where the index key ends; advance past
* that to get where the raw primary key starts.