- May 27, 2015
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- May 03, 2015
-
-
Howard Chu authored
Don't change mc_dbx because we would need to undo the change if the txn aborts. Make the fix (for get) match existing code for put.
-
Howard Chu authored
This reverts commit 47c4e747. Revert "ITS#8117 fix INTEGERDUP compare" This reverts commit ba45e0c0.
-
- Apr 29, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Apr 23, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Apr 19, 2015
-
-
Hallvard Furuseth authored
Fix mdb_txn_begin(&read-only txn) calls. Test mdb_env_set_maxreaders(). Rename DBI open/close functions. Move mdb_dbi_close() out of txn.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
-
Hallvard Furuseth authored
-
- Apr 15, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
(Probably fixes the ITS, definitely fixes a bug) when collapsing the root page, fixups of other cursors was incomplete.
-
- Feb 27, 2015
-
-
Quanah Gibson-Mount authored
-
-
- Feb 12, 2015
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Jan 15, 2015
-
-
Hallvard Furuseth authored
Copied from 58ddb552.
-
- Jan 14, 2015
-
-
Inconsistent reading & SIGSEGV due to the race condition.
-
Globally shared fields of meta-data were not 'volatile'. Code from 9a80a8a8, except the unportable __synchronize().
-
- Jan 13, 2015
-
-
Howard Chu authored
-
- Jan 12, 2015
-
-
Hallvard Furuseth authored
-
Howard Chu authored
-
- Jan 11, 2015
-
-
Howard Chu authored
-
- Jan 09, 2015
-
-
Howard Chu authored
-
- Jan 08, 2015
-
-
Howard Chu authored
Check for ext3/ext4 fs, then check kernel version.
-
Howard Chu authored
This reverts commit e95c9231. Revert "Hack for potential ext3/ext4 corruption issue" This reverts commit 91155b9d.
-
- Dec 22, 2014
-
-
Howard Chu authored
-
- Dec 21, 2014
-
-
Howard Chu authored
-
- Dec 18, 2014
-
-
Howard Chu authored
-
Howard Chu authored
Use regular fsync() if we think this commit grew the DB file.
-
- Dec 17, 2014
-
-
Howard Chu authored
-
- Dec 15, 2014
-
-
Howard Chu authored
We actually compare the new key against the last key, to prevent corruption.
-
-