NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbifile.hpp>
#include <db/bdb/bdb_env.hpp>
#include <db/bdb/bdb_trans.hpp>
#include <db/bdb/bdb_checkpoint_thread.hpp>
#include <db/error_codes.hpp>
#include <connect/server_monitor.hpp>
#include <common/ncbi_sanitizers.h>
#include <db.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CBDB_Env_OnAppExit |
Macros | |
#define | BDB_FULL_VERSION |
#define | NCBI_USE_ERRCODE_X Db_Bdb_Env |
Functions | |
void | BDB_RecoverEnv (const string &path, bool fatal_recover) |
Run Berkeley DB recovery in private environment. More... | |
#define BDB_FULL_VERSION |
Definition at line 53 of file bdb_env.cpp.
#define NCBI_USE_ERRCODE_X Db_Bdb_Env |
Definition at line 70 of file bdb_env.cpp.