openldap/libraries/liblmdb
Claude Brisson bbb27cde4a bugfix for mdb_cursor_put with MDB_MULTIPLE
If the variable dkey.mv_size is non-zero, then it means dkey
contains some original data which has to be put back in the
child db, typically when the child db has just been created.

But when using MDB_MULTIPLE, if this variable has not been
reset to zero, we may come back to this section and wrongly
think that there is some original data to be taken care of.
2013-03-23 14:03:12 -07:00
..
.gitignore Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
COPYRIGHT Happy New Year 2013-01-10 02:58:55 -08:00
Doxyfile One more rename 2013-01-14 12:57:54 -08:00
LICENSE Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
lmdb.h Update error code instances 2013-02-20 05:08:52 -08:00
Makefile Use CC/LDFLAGS to link the shared lib 2013-02-25 05:06:51 -08:00
mdb_copy.1 Fix typo 2012-12-19 13:20:24 -08:00
mdb_copy.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mdb_stat.1 mdb_stat -ff[f]: show contiguous page spans. 2013-02-16 19:07:16 +01:00
mdb_stat.c mdb_stat -ff[f]: show contiguous page spans. 2013-02-16 19:07:16 +01:00
mdb.c bugfix for mdb_cursor_put with MDB_MULTIPLE 2013-03-23 14:03:12 -07:00
midl.c Happy New Year 2013-01-10 02:58:55 -08:00
midl.h Happy New Year 2013-01-10 02:58:55 -08:00
mtest2.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mtest3.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mtest4.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mtest5.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mtest6.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mtest.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
sample-bdb.c Add sample apps for comparison/education purposes 2013-02-24 23:43:18 -08:00
sample-mdb.c Add sample apps for comparison/education purposes 2013-02-24 23:43:18 -08:00