A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated via b617a3e804fde958c79909d13634dc1b199f9b32 (commit) via 376aea80db280fb8de379d1a95090be69c9df653 (commit) via 16b82752fc29082c62bbb311a0a98616516a2220 (commit) via 9ec8e188fb946eb0b2c541d3d4606d72b3c94392 (commit) via 00aae125bea7bc0af11d08cf32b50a2bb1757143 (commit) via e0316e0fae73b44b4704edb9e78dd1b825c36495 (commit) via 46e3f46e764ccd58cc1d323d25527a0928d8afcf (commit) via 2b89f4baf16e40aa61fcd95311aaf341097bbd55 (commit) via 8e7cd2269d412c60f072b57086e6f5e7362609e5 (commit) via 7881fd0fa7dbfc427c2176716d1b62ece319a960 (commit) via 00515babcc05b6a4f99b528c45187209a5092a89 (commit) via 75bca7f31136349858eed77bd93715694a96d256 (commit) via c11ef29ffab1f2630c2b294117bfad019d5e3509 (commit) from 9e3101d31d1bcd580b408b5c13fe62c7714596dd (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 b617a3e804fde958c79909d13634dc1b199f9b32 Author: Howard Chu hyc@openldap.org Date: Tue Nov 24 16:08:53 2015 +0000
ITS#8168, 8169
commit 376aea80db280fb8de379d1a95090be69c9df653 Author: Heiko Becker heirecka@exherbo.org Date: Thu Jun 11 21:09:59 2015 +0200
ITS#8169 Allow passing mandir to make install
The motivation for this change is my distribution moving to a multiarch layout. While the architecture specific stuff (binaries, libraries, etc.) is installed under /usr/${host}/{bin,lib,...} architecture-independent data should still be installed to /usr/share/.
commit 16b82752fc29082c62bbb311a0a98616516a2220 Author: Heiko Becker heirecka@exherbo.org Date: Thu Jun 11 20:44:06 2015 +0200
ITS#8168 Allow passing AR to make
This is helpful when the ar executable is named differently, for example with an arch specific prefix.
commit 9ec8e188fb946eb0b2c541d3d4606d72b3c94392 Author: Howard Chu hyc@openldap.org Date: Tue Nov 24 16:01:25 2015 +0000
ITS#8323
commit 00aae125bea7bc0af11d08cf32b50a2bb1757143 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 e0316e0fae73b44b4704edb9e78dd1b825c36495 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 46e3f46e764ccd58cc1d323d25527a0928d8afcf 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 2b89f4baf16e40aa61fcd95311aaf341097bbd55 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 8e7cd2269d412c60f072b57086e6f5e7362609e5 Author: Howard Chu hyc@openldap.org Date: Tue Nov 24 01:21:05 2015 +0000
ITS#8321 mdb_put cursor needs tracking too
commit 7881fd0fa7dbfc427c2176716d1b62ece319a960 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 00515babcc05b6a4f99b528c45187209a5092a89 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 75bca7f31136349858eed77bd93715694a96d256 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
commit c11ef29ffab1f2630c2b294117bfad019d5e3509 Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Nov 23 13:03:09 2015 +0100
CURSOR_TMP_[UN]TRACK() -> WITH_CURSOR_TRACKING()
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 3 + libraries/liblmdb/Makefile | 6 +- libraries/liblmdb/mdb.c | 154 +++++++++++++++++++++++++++++++------------- 3 files changed, 118 insertions(+), 45 deletions(-)