danicoin/src/blockchain_db
warptangent 79ff6a5a56
Add LMDB error string to database transaction exception message
When throwing an exception from being unable to begin an LMDB
transaction, include the reason.

It's often been due to a write transaction attempted within a write
transaction (batch mode), but there can be other reasons such as write
transaction attempted while database was opened read only, or
environment's map needs to be resized.
2015-12-13 09:09:46 -08:00
..
berkeleydb Merge pull request #524 2015-12-08 20:11:06 +02:00
lmdb Add LMDB error string to database transaction exception message 2015-12-13 09:09:46 -08:00
blockchain_db.cpp blockchain_db: fixup missing key images in early DB version 2015-12-06 21:55:05 +00:00
blockchain_db.h blockchain_db: fixup missing key images in early DB version 2015-12-06 21:55:05 +00:00
CMakeLists.txt ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) 2015-07-15 23:20:16 -07:00
db_types.h Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00