diff options
Diffstat (limited to 'src/btree/bt_curprev.c')
-rw-r--r-- | src/btree/bt_curprev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/btree/bt_curprev.c b/src/btree/bt_curprev.c index 76a847ea61a..e7f9a37b742 100644 --- a/src/btree/bt_curprev.c +++ b/src/btree/bt_curprev.c @@ -491,6 +491,7 @@ __wt_btcur_prev(WT_CURSOR_BTREE *cbt, int discard) LF_SET(WT_TREE_DISCARD); __cursor_func_init(cbt, 0); + __cursor_position_clear(cbt); /* * If we aren't already iterating in the right direction, there's |