iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Update bpp_tree.c #114

Closed leifzars closed 7 years ago

leifzars commented 7 years ago

If search called on node looking for MODE_FIRST key, and the first key is at index 0, index 1 is returned in error.

Algorithms intent was to "backtrack" so once surpassed the index +1 would result in the first key. This works except when desired key is at index 0, so no need to back track.

Issue with duplicate keys only