#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include "db_int.h"
#include "db_page.h"
#include "txn.h"
#include "db_am.h"
Go to the source code of this file.
Functions | |
int | CDB___txn_child_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___txn_ckp_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___txn_regop_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___txn_xa_regop_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
Variables | |
static const char | revid [] = "$Id: txn__rec_8c.html,v 1.1 2008/06/08 10:24:57 sebdiaz Exp $" |