mdbx: backport - ITS#8319 mdb_load: explain readline and mdb_cursor_put errors.

Change-Id: I99e8ff220bb37109da83bb6088be7597b52c6f00
This commit is contained in:
Orivej Desh
2015-11-22 00:59:55 +00:00
committed by Leo Yuriev
parent aeea7ebb08
commit a8e2288537
2 changed files with 8 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ LMDB 0.9.17 Release Engineering
Fix ITS#8313 mdb_rebalance dummy cursor
Fix ITS#8315 dirty_room in nested txn
Fix ITS#8316 page_merge cursor tracking
Fix ITS#8319 mdb_load error messages
Fix ITS#8321 cursor tracking
Added mdb_txn_id() (ITS#7994)
Added robust mutex support