- Oct 25, 2015
-
-
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...).
-
Hallvard Furuseth authored
-
Check new mapsizes against mm_last_pg. Move mdb_env_init_meta0() so it can set mm_last_pg earlier.
-
Howard Chu authored
-
-
Howard Chu authored
node_del shifts nodes around, cursors pointing at fake pages need to have their mc_pg[0] corrected.
-
-
Howard Chu authored
-
Howard Chu authored
Some destination fixups need to happen immediately after nodes are moved, before rebalancing
-
- Oct 04, 2015
-
-
Howard Chu authored
-
Howard Chu authored
The tree height can also increase during rebalance, not just shrink. This can happen if update_key needs to split a parent branch page.
-
- Sep 30, 2015
-
-
Howard Chu authored
-
- Sep 29, 2015
-
-
Howard Chu authored
-
- Sep 27, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
-
- Sep 12, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
-
- Aug 22, 2015
-
-
Howard Chu authored
For those people who insist on ignoring the obvious.
-
- Aug 21, 2015
-
-
Howard Chu authored
-
Howard Chu authored
Missed this in 7ce29b9e
-
- Aug 14, 2015
-
- Jul 29, 2015
-
-
Howard Chu authored
-
- Jul 28, 2015
-
-
Howard Chu authored
-