view .hgignore @ 453:ca875a71e17e

fix(borrow): Attempt at fixing #2 (BorrowError in DBImpl). It looks like maybe_do_compaction() was called with the current version being borrowed, and VersionSet::needs_compaction() attempts to re-borrow the current version.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 10 Mar 2018 20:07:26 +0100
parents f8b1e35370a7
children
line wrap: on
line source

syntax: glob

*.bk
*.orig
*.swp
Cargo.lock
kcov-out
target

# LevelDB test instances
LOG{,.old}
LOCK
CURRENT
*.ldb
*.log
MANIFEST-*