Howard Chu
|
13f3bcd59c
|
Rename libmdb to liblmdb, lmdb.h
Avoid naming conflicts with other mdb* packages. Bump version to 0.9.5
|
12 years ago |
Howard Chu
|
c4d5e6e786
|
Add support for nested transactions.
|
13 years ago |
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).
|
13 years ago |
Howard Chu
|
2510bea718
|
API cleanup, doxygen docs for public API
|
13 years ago |
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.
|
13 years ago |
Howard Chu
|
76d7ca8ce0
|
Rationalize mdbenv namespace
|
13 years ago |
Howard Chu
|
920115f747
|
Sorted dup fixes
|
13 years ago |
Howard Chu
|
2f7ddb4103
|
Cleanup, add mdb_cursor_count()
|
13 years ago |
Howard Chu
|
01c2f7816f
|
More subDB stuff
|
13 years ago |