NCBI C++ ToolKit
Classes | Macros | Functions
bdb_env.cpp File Reference
#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>
+ Include dependency graph for bdb_env.cpp:

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...
 

Macro Definition Documentation

◆ BDB_FULL_VERSION

#define BDB_FULL_VERSION
Value:
DB_VERSION_PATCH + \
1000 * DB_VERSION_MINOR + \
1000 * 1000 * DB_VERSION_MAJOR

Definition at line 53 of file bdb_env.cpp.

◆ NCBI_USE_ERRCODE_X

#define NCBI_USE_ERRCODE_X   Db_Bdb_Env

Definition at line 70 of file bdb_env.cpp.

Modified on Fri Sep 20 14:57:07 2024 by modify_doxy.py rev. 669887