#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "db_shash.h"
#include "lock.h"
#include "db_am.h"
#include "qam.h"
#include "log.h"
Go to the source code of this file.
Functions | |
int | CDB___qam_add_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___qam_del_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___qam_inc_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___qam_incfirst_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___qam_mvptr_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
Variables | |
static const char | revid [] = "$Id: qam__rec_8c.html,v 1.1 2008/06/08 10:21:46 sebdiaz Exp $" |