This repository was archived by the owner on Jul 30, 2022. It is now read-only.
This repository was archived by the owner on Jul 30, 2022. It is now read-only.
Fails when trying to Open a new database #10
Open
Description
To reproduce:
1. leveldb.db.Open a directory that doesn't exist
2. You will get the following error: "DB Error: leveldb: could not open CURRENT
file for DB <your directory>: open <your directory>/CURRENT: no such file or
directory"
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
The current version (I just did a `go get`) on Ubuntu 12.10
Original issue reported on code.google.com by [email protected]
on 8 May 2013 at 2:30