A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via da67af1a4bf1a6d3f5d173d9daf74bb4ec66175a (commit) via 50d96511f87c8e64f69cfd24d7a2b94e746e442f (commit) via 1424aa06a6fbd580b0ac92cd8ec3a81b5a1d0e12 (commit) via 69829288dc2c59287de290f6ab57b0c5d10a212b (commit) via db02a71dd80291fd836584b540075acad457cb74 (commit) via cf8677e1b827c3ba1303433c041840886a9b146e (commit) via b5ce8108e8bb92df00b2d27ef0e37bfe756d3752 (commit) via 83258ca81efbfdbccc2b09c4539b9babe5c27726 (commit) from fae01c8df524b2317954e1b1a2fb14bcdc47e1fa (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit da67af1a4bf1a6d3f5d173d9daf74bb4ec66175a Author: Howard Chu hyc@openldap.org Date: Tue Nov 24 15:09:49 2015 +0000
ITS#8321 fix ambiguity in cursor_put fixup
After delete/add of a node, other nodes may no longer be pointing at the data they intended. This can confuse subsequent fixups.
commit 50d96511f87c8e64f69cfd24d7a2b94e746e442f Author: Howard Chu hyc@openldap.org Date: Tue Nov 24 12:14:49 2015 +0000
Cleanup C_DEL flag usage
Only set it if the cursor's current position was deleted
commit 1424aa06a6fbd580b0ac92cd8ec3a81b5a1d0e12 Author: Howard Chu hyc@openldap.org Date: Mon Nov 23 16:58:57 2015 +0000
ITS#8321 More cursor fixup
Based on page_touch fixup from ITS#7594 but expanded: make sure sub-cursors agree with main cursors.
commit 69829288dc2c59287de290f6ab57b0c5d10a212b Author: Howard Chu hyc@openldap.org Date: Mon Nov 23 13:19:26 2015 +0000
ITS#8321 page_touch - don't fixup the cursor we just touched
commit db02a71dd80291fd836584b540075acad457cb74 Author: Howard Chu hyc@openldap.org Date: Tue Nov 24 01:21:05 2015 +0000
ITS#8321 mdb_put cursor needs tracking too
commit cf8677e1b827c3ba1303433c041840886a9b146e Author: Howard Chu hyc@openldap.org Date: Mon Nov 23 18:30:24 2015 +0000
ITS#8321 Fix mdb_cursor_set
Always reinit mc_pg[0] if cursor is not C_INITIALIZED It might have a stale value when using nested txns
commit b5ce8108e8bb92df00b2d27ef0e37bfe756d3752 Author: Howard Chu hyc@openldap.org Date: Tue Nov 24 12:54:46 2015 +0000
ITS#8321 deinit empty cursors
Always unset C_INIT flag if the cursor's target DB has been deleted
commit 83258ca81efbfdbccc2b09c4539b9babe5c27726 Author: Howard Chu hyc@openldap.org Date: Mon Nov 23 13:11:29 2015 +0000
ITS#8323 Fix nested commit
Must remove our spilled pages from parent's dirty list
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 108 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 92 insertions(+), 16 deletions(-)