Commit 3d0c1015 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:3635] this ought to fix a build error

git-svn-id: file:///svn/toku/tokudb@33577 c7de825b-a66e-492c-adef-691d508d4ae1
parent bffc3219
......@@ -156,8 +156,8 @@ static inline void fill_bfe_for_subset_read(
bfe->h = h;
bfe->search = search;
bfe->brt = brt;
bfe->range_lock_left_key = left;
bfe->range_lock_right_key = right;
bfe->range_lock_left_key = (left->data ? left : NULL);
bfe->range_lock_right_key = (right->data ? right : NULL);
bfe->left_is_neg_infty = left_is_neg_infty;
bfe->right_is_pos_infty = right_is_pos_infty;
bfe->child_to_read = -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment