- 12 Jan, 2015 1 commit
-
-
Hallvard Furuseth authored
-
- 09 Jan, 2015 1 commit
-
-
Howard Chu authored
-
- 15 Dec, 2014 2 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.
-
- 20 Sep, 2014 1 commit
-
-
Howard Chu authored
-
- 15 Sep, 2014 1 commit
-
-
Howard Chu authored
-
- 04 Aug, 2014 1 commit
-
-
Howard Chu authored
-
- 24 Jul, 2014 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Revert "ITS#7789 Fix resize vs MDB_NOMETASYNC, and a comment." Revert "ITS#7789 more" Revert "Revert "ITS#7789 update RESIZED errmsg text"" Revert "ITS#7789 update RESIZED errmsg text" Revert "ITS#7789 persist mapsize changes" This reverts commit 02285aca. This reverts commit 38e71c68. This reverts commit a5e4eecb. This reverts commit d8e18551. This reverts commit 5926e54b.
-
- 09 Jul, 2014 3 commits
-
-
-
Howard Chu authored
Use DBI sequence numbers to detect DBIs being closed while in use.
-
Howard Chu authored
Write decreases too, not just increases. Check for any size change that was not requested by this process.
-
- 08 Jul, 2014 1 commit
-
-
Howard Chu authored
-
- 05 Jul, 2014 1 commit
-
-
Howard Chu authored
-
- 02 Jul, 2014 1 commit
-
-
Howard Chu authored
And mdb_env_copyfd2(). Perform compaction on the copy. Trims out freed pages and renumbers data pages in sequential order. This is more CPU-intensive since it copies and modifies data pages.
-
- 24 Jun, 2014 1 commit
-
-
Howard Chu authored
Rename MDB -> LMDB Integrate tool manpages
-
- 20 Jun, 2014 1 commit
-
-
Howard Chu authored
-
- 18 Jun, 2014 3 commits
-
-
Howard Chu authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- 13 Jun, 2014 1 commit
-
-
Howard Chu authored
-
- 30 May, 2014 2 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- 26 Mar, 2014 3 commits
-
-
Howard Chu authored
Note MDB_CURRENT/MDB_DUPSORT requirement
-
Howard Chu authored
Clarify MDB_CURRENT key usage, simplify freelist_save
-
Howard Chu authored
This reverts commit 4e954f8a. Caused ITS#7828.
-
- 23 Mar, 2014 1 commit
-
-
Hallvard Furuseth authored
This reverts commit 6bd34d05.
-
- 22 Mar, 2014 1 commit
-
-
Hallvard Furuseth authored
-
- 16 Mar, 2014 2 commits
-
-
Hallvard Furuseth authored
Replace env flag MDB_LIVE_READER with field me_live_reader.
-
Hallvard Furuseth authored
-
- 28 Jan, 2014 1 commit
-
-
Hallvard Furuseth authored
Ignore key, broken by 5bda3565 and some older code. Document and clarify MDB_CURRENT usage. Also affects non-MDB_CURRENT put() with empty data and a key which matches by the mdb_set_compare function but not by memcmp.
-
- 15 Jan, 2014 1 commit
-
-
Howard Chu authored
-
- 06 Jan, 2014 2 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- 29 Dec, 2013 1 commit
-
-
Hallvard Furuseth authored
It was inaccurate and misplaced. Verify it in mdb.c instead.
-
- 11 Dec, 2013 3 commits
-
-
Hallvard Furuseth authored
It and the MDB_msg_func can now return >= 0 for success. Always return any MDB_msg_func() error result.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Handle keys stored by a liblmdb with a bigger MDB_MAXKEYSIZE. mdb_get/mdb_del(absent key bigger than our MDB_MAXKEYSIZE) now return MDB_NOTFOUND instead of MDB_BAD_VALSIZE.
-
- 12 Nov, 2013 1 commit
-
-
Howard Chu authored
Measured perf cost of meminit was 7% worst case on an Intel Core2 system. YMMV.
-