- 03 May, 2015 1 commit
-
-
Howard Chu authored
This reverts commit 47c4e747. Revert "ITS#8117 fix INTEGERDUP compare" This reverts commit ba45e0c0.
-
- 29 Apr, 2015 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 23 Apr, 2015 4 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 19 Apr, 2015 5 commits
-
-
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
-
- 15 Apr, 2015 3 commits
-
-
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.
-
- 27 Feb, 2015 2 commits
-
-
Quanah Gibson-Mount authored
-
-
- 12 Feb, 2015 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 15 Jan, 2015 1 commit
-
-
Hallvard Furuseth authored
Copied from 58ddb552.
-
- 14 Jan, 2015 2 commits
-
-
Inconsistent reading & SIGSEGV due to the race condition.
-
Globally shared fields of meta-data were not 'volatile'. Code from 9a80a8a8, except the unportable __synchronize().
-
- 13 Jan, 2015 1 commit
-
-
Howard Chu authored
-
- 12 Jan, 2015 2 commits
-
-
Hallvard Furuseth authored
-
Howard Chu authored
-
- 11 Jan, 2015 1 commit
-
-
Howard Chu authored
-
- 09 Jan, 2015 1 commit
-
-
Howard Chu authored
-
- 08 Jan, 2015 2 commits
-
-
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.
-
- 22 Dec, 2014 1 commit
-
-
Howard Chu authored
-
- 21 Dec, 2014 1 commit
-
-
Howard Chu authored
-
- 18 Dec, 2014 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
Use regular fsync() if we think this commit grew the DB file.
-
- 17 Dec, 2014 1 commit
-
-
Howard Chu authored
-
- 15 Dec, 2014 3 commits
-
-
Howard Chu authored
We actually compare the new key against the last key, to prevent corruption.
-
-
Howard Chu authored
The concurrency restriction is on threads within a single process. Multiple processes can use mdb_dbi_open without affecting each other.
-
- 05 Dec, 2014 2 commits
-
-
-
Hallvard Furuseth authored
-