- May 04, 2016
-
-
Howard Chu authored
-
Howard Chu authored
Don't leave them uninit'd if they now point at a valid DUP node
-
Howard Chu authored
If we know there are no sub-DBs and no overflow pages, skip leaf scan.
-
Howard Chu authored
-
Howard Chu authored
-
- Feb 05, 2016
-
- Feb 04, 2016
-
-
- Jan 30, 2016
-
-
Howard Chu authored
-
- Jan 28, 2016
-
-
Howard Chu authored
-
Howard Chu authored
-
- Jan 24, 2016
-
-
Howard Chu authored
-
Howard Chu authored
make sure C_DEL gets reset in subcursor after it moves.
-
- Jan 23, 2016
-
-
Howard Chu authored
-
- Jan 09, 2016
-
-
Hallvard Furuseth authored
-
wsize was being truncated to 32bits on Windows. Only try to write 1GB at a time on Windows64; larger writes fail with ERROR_WORKING_SET_QUOTA.
-
From 1ba5adb2 "MDB_VL32 preparation".
-
- Jan 06, 2016
-
-
Hallvard Furuseth authored
-
- Jan 04, 2016
-
-
Howard Chu authored
-
Howard Chu authored
Let "illegal" branch pages thru on the FreeDB - the condition is only temporary and will be fixed by the time rebalance finishes.
-
- Dec 22, 2015
-
-
Howard Chu authored
Add mdb_put text to mdb_cursor_put description for people who fail to draw logical conclusions.
-
- Dec 19, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
check for utf8_to_utf16 failures
-
-
- Dec 03, 2015
-
-
Howard Chu authored
-
pthread_mutexattr_setrobust and pthread_mutex_consistent are provided since 2.12 not 2.10: https://sourceware.org/git/?p=glibc.git;a=commit;h=402cd98775db1478f64c9b0dbe00664b89eb2773 https://sourceware.org/git/?p=glibc.git;a=commit;h=78ee21859939ff75ccf8bbe00499b0c462df2e2d
-
Howard Chu authored
Fix prev commit, use all the same vars as main OpenLDAP makefiles
-
Howard Chu authored
-
- Nov 30, 2015
-
- Nov 24, 2015
-
-
Howard Chu authored
from da67af1a
-
Howard Chu authored
-
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/.
-
This is helpful when the ar executable is named differently, for example with an arch specific prefix.
-
Howard Chu authored
-
Howard Chu authored
After delete/add of a node, other nodes may no longer be pointing at the data they intended. This can confuse subsequent fixups.
-
Howard Chu authored
Only set it if the cursor's current position was deleted
-
Howard Chu authored
Based on page_touch fixup from ITS#7594 but expanded: make sure sub-cursors agree with main cursors.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Always reinit mc_pg[0] if cursor is not C_INITIALIZED It might have a stale value when using nested txns
-