mirror of https://github.com/etcd-io/bbolt.git
This commit removes the DB.Check() function and instead makes the user decide whether a transaction should be writable or read-only. Tx.Check() is not safe to use concurrently on a read-only transaction, however, it significantly improves the performance of it. |
||
---|---|---|
.. | ||
bench.go | ||
buckets.go | ||
buckets_test.go | ||
check.go | ||
export.go | ||
export_test.go | ||
get.go | ||
get_test.go | ||
import.go | ||
import_test.go | ||
info.go | ||
info_test.go | ||
keys.go | ||
keys_test.go | ||
main.go | ||
main_test.go | ||
pages.go | ||
stats.go | ||
stats_test.go |