Howard Chu
|
13f3bcd59c
|
Rename libmdb to liblmdb, lmdb.h
Avoid naming conflicts with other mdb* packages. Bump version to 0.9.5
|
2012-11-30 12:30:51 -08:00 |
|
Howard Chu
|
c4d5e6e786
|
Add support for nested transactions.
|
2011-09-21 12:58:43 -07:00 |
|
Howard Chu
|
09006ccec7
|
API change, consistency check
mdb_close() takes an env, not a txn.
Also, add check for stale DB records (in case some other process
wrote to the DB last).
|
2011-09-18 10:48:12 -07:00 |
|
Howard Chu
|
2510bea718
|
API cleanup, doxygen docs for public API
|
2011-09-01 16:31:10 -07:00 |
|
Howard Chu
|
590c728044
|
First cut at DUPFIXED support
Also in cursor_set, check the current page (if already set from
before) before starting over again from the root.
|
2011-09-01 16:31:10 -07:00 |
|