Maybe not
This commit is contained in:
parent
39d634c95b
commit
ea20fc07f4
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ maybe_scan_entire_block(Block, StartKey, EndKey) ->
|
|||
FromStart = leveled_codec:strip_to_keyonly(FirstKey) > StartKey,
|
||||
ToEnd = leveled_codec:endkey_passed(EndKey, LastKey),
|
||||
case {FromStart, ToEnd} of
|
||||
{true, true} ->
|
||||
{true, false} ->
|
||||
true;
|
||||
_ ->
|
||||
false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue