Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hallvard Furuseth
38b11b1de1
mdb_cursorpages_mark: Mark current txn and no more.
...
Ignore parent txn cursors since it is the current txn's dirty_list
which will be flushed. But check the current txn also when clearing,
since cursors can have pages which are dirty in a parent.
Check !mc_xcursor instead of !MDB_DUPSORT. Equivalent for valid
data, but a bit safer if the sub-DB flags are corrupt.
11 years ago
..
.gitignore
Rename libmdb to liblmdb
12 years ago
COPYRIGHT
Happy New Year
12 years ago
Doxyfile
One more rename
12 years ago
LICENSE
Rename libmdb to liblmdb
12 years ago
Makefile
Tweak comments, defaults should be OK already
12 years ago
lmdb.h
Clarify doc: mdb_copy, nested txns, mdb_drop().
11 years ago
mdb.c
mdb_cursorpages_mark: Mark current txn and no more.
11 years ago
mdb_copy.1
Clarify doc: mdb_copy, nested txns, mdb_drop().
11 years ago
mdb_copy.c
tweak mdb_copy, trap signals
12 years ago
mdb_stat.1
Add mdb_reader_check()
12 years ago
mdb_stat.c
Use proper printf format on Windows
11 years ago
midl.c
Spill pages, take 3
12 years ago
midl.h
Spill pages, take 3
12 years ago
mtest.c
Fix rebalance/cursor adjust
12 years ago
mtest2.c
Rename libmdb to liblmdb
12 years ago
mtest3.c
Rename libmdb to liblmdb
12 years ago
mtest4.c
Rename libmdb to liblmdb
12 years ago
mtest5.c
Rename libmdb to liblmdb
12 years ago
mtest6.c
Rename libmdb to liblmdb
12 years ago
sample-bdb.c
Add sample apps for comparison/education purposes
12 years ago
sample-mdb.c
Add sample apps for comparison/education purposes
12 years ago