danicoin/src/blockchain_db
moneromooo-monero 1b40952754
Revert "db_bdb: record numbers for recno databases start at 1"
It looks like some of the indices passed to the DB access functions
are already bumped by 1. Moreover, the existing code was not
throwing DB errors with 0 keys, and this is unlikely if it really
was using 0 keys. Last, this patch broke sync from scratch in at
least one case. So I'm calling it bad and reverting it.

This reverts commit bfc97401ae81bb30278a318de7f048c653bf6582.
2015-11-13 09:28:17 +00:00
..
berkeleydb Revert "db_bdb: record numbers for recno databases start at 1" 2015-11-13 09:28:17 +00:00
lmdb Remove some old/obsolete/unused code 2015-10-27 10:01:20 +00:00
blockchain_db.cpp blockchain_db: match tx addition semantics to original code 2015-08-11 11:11:17 +01:00
blockchain_db.h Remove some old/obsolete/unused code 2015-10-27 10:01:20 +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