#include <fcntl.h>
#include <stdlib.h>
#include "db_int.h"
#include "db_page.h"
#include "db_shash.h"
#include "lock.h"
#include "mp.h"
#include "myqsort.h"
#include "WordDB.h"
#include "WordDBCache.h"
Go to the source code of this file.
Defines | |
#define | DB_MAX_ERROR (-DB_TXN_CKP + 1) |
Functions | |
const char * | dberror (int errval) |