And again
This commit is contained in:
parent
3de146043b
commit
39d634c95b
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ maybe_scan_entire_block(_Block, all, all) ->
|
||||||
true;
|
true;
|
||||||
maybe_scan_entire_block(Block, StartKey, all) ->
|
maybe_scan_entire_block(Block, StartKey, all) ->
|
||||||
[FirstKey|_Tail] = Block,
|
[FirstKey|_Tail] = Block,
|
||||||
leveled_codec:strip_to_keyonly(FirstKey) >= StartKey;
|
leveled_codec:strip_to_keyonly(FirstKey) > StartKey;
|
||||||
maybe_scan_entire_block(Block, StartKey, EndKey) ->
|
maybe_scan_entire_block(Block, StartKey, EndKey) ->
|
||||||
[FirstKey|_Tail] = Block,
|
[FirstKey|_Tail] = Block,
|
||||||
LastKey = leveled_codec:strip_to_keyonly(lists:last(Block)),
|
LastKey = leveled_codec:strip_to_keyonly(lists:last(Block)),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue