-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Indexes with prefix should match the prefix (#537)
When we create new index after forking a client we create the indexes by iterating over the value BTree. When there is a prefix present we start from the prefix but we forgot to end when the key no longer matches the prefix, leading the index map to contain items that do not match the index constraints.
- Loading branch information
Showing
2 changed files
with
168 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters