#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "log.h"
#include "hash.h"
#include "mp.h"
#include "db_dispatch.h"
Go to the source code of this file.
Functions | |
int | CDB___crdel_delete_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___crdel_fileopen_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___crdel_metapage_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___crdel_metasub_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___crdel_rename_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
Variables | |
static const char | revid [] = "$Id: crdel__rec_8c.html,v 1.1 2008/06/08 10:16:30 sebdiaz Exp $" |