openldap/libraries/libmdb
Howard Chu b9d13a29e6 Track changes to all cursors.
For any change to a page or node, update all other cursors pointing
at the same page (or node). Cursors are now stored in a linked list
off their owning transaction. Cursors are all closed when the transaction
ends. Cursors in parent transactions are updated when their child
transaction commits.
2011-09-21 15:55:27 -07:00
..
.gitignore Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap into mdb.master 2011-09-11 22:23:35 -07:00
COPYRIGHT Add some legalese 2011-09-01 16:17:07 -07:00
Doxyfile More docs 2011-09-08 14:34:21 -07:00
LICENSE Add some legalese 2011-09-01 16:17:07 -07:00
make.sh Private: make.sh 2011-06-29 22:29:24 +02:00
Makefile Fix 2e3bc39fa9 2011-09-11 22:17:10 -07:00
mdb_stat.c Add support for nested transactions. 2011-09-21 12:58:43 -07:00
mdb.c Track changes to all cursors. 2011-09-21 15:55:27 -07:00
mdb.h Track changes to all cursors. 2011-09-21 15:55:27 -07:00
midl.c Add support for nested transactions. 2011-09-21 12:58:43 -07:00
midl.h Add support for nested transactions. 2011-09-21 12:58:43 -07:00
mtest2.c Add support for nested transactions. 2011-09-21 12:58:43 -07:00
mtest3.c Add support for nested transactions. 2011-09-21 12:58:43 -07:00
mtest4.c Add support for nested transactions. 2011-09-21 12:58:43 -07:00
mtest5.c Add support for nested transactions. 2011-09-21 12:58:43 -07:00
mtest6.c Add support for nested transactions. 2011-09-21 12:58:43 -07:00
mtest.c Add support for nested transactions. 2011-09-21 12:58:43 -07:00