- 04 Nov, 2015 6 commits
-
-
Howard Chu authored
-
Howard Chu authored
Don't adjust other cursors when we added a node on the right.
-
Howard Chu authored
ITS#8258, ITS#7829 fixes checked parent index to see if we were moving from a left neighbor. Should have just checked to see if current index was 0, meaning we added on the left. (Parent index may not tell us anything meaningful after a nested rebalance.)
-
Howard Chu authored
-
Howard Chu authored
Parent mc_ki wasn't adjusted if new_indx was > split point
-
Howard Chu authored
The parent's mc_ki has changed. We need to fix that up as well in other cursors.
-
- 31 Oct, 2015 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 26 Oct, 2015 1 commit
-
-
Howard Chu authored
-
- 25 Oct, 2015 31 commits
-
-
Hallvard Furuseth authored
No effect on current code.
-
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
...early enough that txn state is left unchanged.
-
Hallvard Furuseth authored
Move the check to the end of txn startup. Catches env breakage which happens while the new txn waits for a lock.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
* Add MDB_TXN_FINISHED, MDB_TXN_HAS_CHILD, MDB_TXN_BLOCKED. * Clear mt_numdbs in writers, for TXN_DBI_EXIST() to catch. We already do in readers.
-
Hallvard Furuseth authored
Side effects: * Clean txn up a bit even before freeing it. * Tweak DEBUG output at txn end. Add DEBUG after commit(writer).
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
MDB_DBI_CHANGED(,MAIN_DBI) is never true.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
mt_env is always set. Commit(mt_child) resets mt_child, so parent need not.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
So far just to help aligning mdb.master and mdb.RE. We'll make it an option later.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
mdb_xcursor_init1(): md_pad is only used when MDB_DUPFIXED. mdb_page_split(): Copy mp_pad too. Used by mdb_page_list().
-
Hallvard Furuseth authored
More fallout from 4d02c741.
-
Hallvard Furuseth authored
Taken from mdb_txn_begin(,,MDB_NOMETASYNC, MDB_NOSYNC,,) without adding those two flags yet, to align with mdb.master: Part of 54516639 (Renumber...) + 8adee946 (Fix per-txn...).
-