Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc for Bucket.Delete says that a Delete() on non-existing key is a no-op. Right now it tries to delete the next key returned by the cursor. Fix this by checking for key equivalence before deletion. Fixes boltdb#349 Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
- Loading branch information