- 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
-
- 01 Dec, 2014 15 commits
-
-
Hallvard Furuseth authored
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
More fallout from 4d02c741: Don't modify another thread's write txn. Reinit me_txn0 fully.
-
fstat returns -1, not an errno. Move code into its own function for reuse.
-
More fallout from 4d02c741
-
Signed-off-by:
Jean-Christophe DUBOIS <jcd@tribudubois.net>
-
TRIVIA - lmdb: clean testdb-dir while "make test".
-
-
-
-
-
-
-
-
- 25 Sep, 2014 1 commit
-
-
Howard Chu authored
-
- 20 Sep, 2014 1 commit
-
-
Howard Chu authored
-
- 19 Sep, 2014 1 commit
-
-
Howard Chu authored
When reusing the main write txn
-
- 18 Sep, 2014 1 commit
-
-
Howard Chu authored
Free writer txn on env_close
-
- 16 Sep, 2014 1 commit
-
-
Howard Chu authored
-
- 15 Sep, 2014 1 commit
-
-
Howard Chu authored
-
- 13 Sep, 2014 1 commit
-
-
Quanah Gibson-Mount authored
Change retry to num times 60. Testing shows that on a known dataset, this has the same growth behavior as 2.4.39, while num times 20 resulted in significant growth.
-
- 09 Sep, 2014 2 commits
-
-
Howard Chu authored
Leave it in main env struct, it doesn't need to be rolled back with nested txns.
-
Howard Chu authored
Don't walk the readers table unless we really need to.
-