mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #5878
f9b3f6e
Removed Berkeley DB and db switching logic (JesusRami)
This commit is contained in:
commit
06bee964a8
20 changed files with 35 additions and 3188 deletions
|
@ -38,9 +38,6 @@
|
|||
#include "string_tools.h"
|
||||
#include "blockchain_db/blockchain_db.h"
|
||||
#include "blockchain_db/lmdb/db_lmdb.h"
|
||||
#ifdef BERKELEY_DB
|
||||
#include "blockchain_db/berkeleydb/db_bdb.h"
|
||||
#endif
|
||||
#include "cryptonote_basic/cryptonote_format_utils.h"
|
||||
|
||||
using namespace cryptonote;
|
||||
|
@ -233,11 +230,7 @@ protected:
|
|||
|
||||
using testing::Types;
|
||||
|
||||
typedef Types<BlockchainLMDB
|
||||
#ifdef BERKELEY_DB
|
||||
, BlockchainBDB
|
||||
#endif
|
||||
> implementations;
|
||||
typedef Types<BlockchainLMDB> implementations;
|
||||
|
||||
TYPED_TEST_CASE(BlockchainDBTest, implementations);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue