mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
Merge branch 'master' into fix-translate_index_keys
This commit is contained in:
commit
fa159c9a17
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ func mustOpenEmptyLMDBWrapper(path string) (w *LMDBWrapper, cleaner func()) {
|
|||
|
||||
return w, func() {
|
||||
w.Close()
|
||||
panicOn(w.DeleteDBPath(&DBShard{HolderPath: fn}))
|
||||
panicOn(os.RemoveAll(fn))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue