]> Git Repo - VerusCoin.git/commit - src/db.cpp
Handle incompatible BDB environments
authorGavin Andresen <[email protected]>
Mon, 8 Oct 2012 19:18:04 +0000 (15:18 -0400)
committerGavin Andresen <[email protected]>
Mon, 8 Oct 2012 21:25:17 +0000 (17:25 -0400)
commit8d5f461cb6d4bb954fef5c3deebe2b2a7bdbfe27
treea41c410e8fe04edd5e01d714979b1ef09b44cd42
parent43de64949c96b6d708b7d8a82c3dba0f6ddf059e
Handle incompatible BDB environments

Before, opening a -datadir that was created with a new
version of Berkeley DB would result in an un-caught DB_RUNRECOVERY
exception.

After these changes, the error is caught and the user is told
that there is a problem and is told how to try to recover from
it.
src/db.cpp
src/init.cpp
This page took 0.023499 seconds and 4 git commands to generate.