- 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
-
Howard Chu authored
Always unset C_INIT flag if the cursor's target DB has been deleted
-
Howard Chu authored
Must remove our spilled pages from parent's dirty list
-
-
- Nov 23, 2015
-
-
Howard Chu authored
-
mdb_load -T was supposed to read escaped text, but 21b51cb7 "Add mdb_load" made it read hex.
-
-
Howard Chu authored
-
Howard Chu authored
DUPFIXED fixups needed to occur after separator update. MDB_RESERVE handling moved after split fixup.
-
Howard Chu authored
-
Howard Chu authored
In rebalance/split operations, temporary cursors need to be visible to propagate fixups
-
Howard Chu authored
Ignore sub-cursors that shouldn't be fixed up
-
Howard Chu authored
Set a valid txn so that cursor fixup code works on the shadows
-
Howard Chu authored
It was reporting spurious errors due to uninit'd cursors
-
Howard Chu authored
Adjustments can't be skipped, in recursive calls each level must fixup their own level.
-
Howard Chu authored
When deleting a dupsort key, if other cursors pointed at that key, set them to uninit'd, not EOF. They no longer have anything to point at.
-
Howard Chu authored
Just tell explicitly which direction we moved/merged from
-
Howard Chu authored
-
Howard Chu authored
-
-
Howard Chu authored
Deleting the merged page requires bumping down other ki's of the page's parent.
-
- Nov 19, 2015
-
-
Howard Chu authored
-
Howard Chu authored
Keep dirty_room sync'd with dirty_list
-
Howard Chu authored
dummy flags must be init'd due to 3d46d550
-
-
- Nov 18, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Check for top of stack. Usually the cursor only has height 1 when calling page_split, but not always.
-
- Nov 17, 2015
-
-
Hallvard Furuseth authored
-