- Jul 24, 2014
-
-
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.
-
- Jul 09, 2014
-
-
-
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.
-
- Jul 08, 2014
-
-
Howard Chu authored
-
- Jul 05, 2014
-
-
Howard Chu authored
-
- Jul 02, 2014
-
-
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.
-
- Jun 24, 2014
-
-
Howard Chu authored
Rename MDB -> LMDB Integrate tool manpages
-
- Jun 20, 2014
-
-
Howard Chu authored
-
- Jun 18, 2014
-
-
Howard Chu authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Jun 13, 2014
-
-
Howard Chu authored
-
- May 30, 2014
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Mar 26, 2014
-
-
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.
-
- Mar 23, 2014
-
-
Hallvard Furuseth authored
This reverts commit 6bd34d05.
-
- Mar 22, 2014
-
-
Hallvard Furuseth authored
-
- Mar 16, 2014
-
-
Hallvard Furuseth authored
Replace env flag MDB_LIVE_READER with field me_live_reader.
-
Hallvard Furuseth authored
-
- Jan 28, 2014
-
-
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.
-
- Jan 15, 2014
-
-
Howard Chu authored
-
- Jan 06, 2014
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Dec 29, 2013
-
-
Hallvard Furuseth authored
It was inaccurate and misplaced. Verify it in mdb.c instead.
-
- Dec 11, 2013
-
-
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.
-
- Nov 12, 2013
-
-
Howard Chu authored
Measured perf cost of meminit was 7% worst case on an Intel Core2 system. YMMV.
-
Howard Chu authored
-
- Nov 11, 2013
-
-
Howard Chu authored
Init malloc'd memory by default, use #MDB_NOMEMINIT to disable. Bump version to 0.9.10
-
- Nov 07, 2013
-
-
Hallvard Furuseth authored
Initialize unused portions of DB pages, for security or to silence checkers like Purify and Valgrind. Like BDB configure --enable-umrw.
-
- Oct 24, 2013
-
-
Howard Chu authored
-
- Oct 21, 2013
-
-
Howard Chu authored
Return the environment's filedescriptor. Useful when the caller is doing their own locking.
-
- Oct 12, 2013
-
-
Howard Chu authored
-
- Oct 03, 2013
-
-
Hallvard Furuseth authored
-
Howard Chu authored
Leave all lock management to the caller.
-