Commit Graph

5 Commits (09ff73b9a728580290b782419771e747c275c8e4)

Author SHA1 Message Date
Park Zhou 47b03dbfb4 all: fix doc of var ErrChecksum
Signed-off-by: Park Zhou <ideapark@139.com>
2024-03-12 09:00:05 +08:00
Mustafa Elbehery 7555f264f5 prevent MoveBucket from moving a bucket across two different db files
Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2024-01-12 14:56:56 +01:00
Mustafa Elbehery ac355dec24 add MoveSubBucket test
Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2024-01-02 14:33:00 +01:00
Jeremy 41c23856b2 delete unnecessary error info
Signed-off-by: Jeremy <acm_123@163.com>
2023-08-21 19:13:41 +08:00
Josh Rickmar 7a957f94b2 Introduce errors package and restore API compatibility
This moves the error variables that had been moved to the
internal/common package during recent refactoring to a non-internal
errors package, once again allowing consumers to test for particular
error conditions.

To preserve API compatibility with bbolt v1.3, these error variables
are also redefined in the bbolt package, with deprecation notice to
migrate to bbolt/errors.

Signed-off-by: Josh Rickmar <jrick@zettaport.com>
2023-04-06 13:26:30 +00:00