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
|
617769bce5
|
Tweak output, add free page info
|
12 years ago |
Howard Chu
|
754cd88819
|
Add mdb_env_info() to retrieve interesting env params
|
12 years ago |
Howard Chu
|
7f0771a3ed
|
Merge mdb_stata into mdb_stat
|
12 years ago |
Howard Chu
|
5ef56b437e
|
More for ab04c50a32
Use explicit MDB_RDONLY flag
|
12 years ago |
Ondrej Kuznik
|
bd92b570a8
|
ITS#7369 mdb_stat: cleanup in case something went wrong.
|
12 years ago |
Howard Chu
|
a2d1b42e39
|
ITS#7369 abort txn before exiting
|
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 |
Hallvard Furuseth
|
b56be64d2e
|
Drop ULONG in favor of size_t.
|
13 years ago |
Howard Chu
|
76d7ca8ce0
|
Rationalize mdbenv namespace
|
13 years ago |
Howard Chu
|
40df306d52
|
More subDB fixes
|
13 years ago |
Howard Chu
|
60550e14ee
|
Add some legalese
Note derived from Martin Hedenfalk's btree.c; the code
is significantly reworked but owes a lot to the original.
|
13 years ago |
Howard Chu
|
4fd0f278d2
|
Tweaks to txn handling
|
13 years ago |
Howard Chu
|
f89d0cc4b7
|
More subDBs, compiles now
|
13 years ago |
Howard Chu
|
2766e88eeb
|
More prep for subdatabases
|
13 years ago |
Hallvard B Furuseth
|
f88d626ff1
|
Drop unused vars
|
14 years ago |
Howard Chu
|
421ee6bb1d
|
Use toggling meta page instead of always appending
|
14 years ago |
Howard Chu
|
11e80dae63
|
Return statistics for a DB
Eventually this will have to grow up to be like BDB db_stat...
|
14 years ago |