good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 820d6d0a authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

[merge after release] enable IH sequence feature (#920)

* add logging to loader

* enable IH sequence feature

* clean
parent 0e253e73
No related branches found
No related tags found
No related merge requests found
......@@ -888,8 +888,7 @@ func (c *IHCursor) Seek(seek []byte) ([]byte, []byte, bool, error) {
return k, v, false, nil
}
//return k, v, isSequence(seek, k), nil // will release sequence another time
return k, v, false, nil
return k, v, isSequence(seek, k), nil
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment