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 |