Zero  0.1.0
Classes | Macros | Variables
logarchive_index.cpp File Reference
#include "logarchive_index.h"
#include <regex>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <sstream>
#include "w_debug.h"
#include "lsn.h"
#include "latches.h"
#include "sm_base.h"
#include "log_core.h"
#include "stopwatch.h"
#include "worker_thread.h"
#include "restart.h"
#include "buffer_pool.hpp"

Classes

class  RunRecycler
 

Macros

#define CHECK_ERRNO(n)
 

Variables

const size_t IO_ALIGN = 512
 
static const int DFT_BLOCK_SIZE = 1024 * 1024
 
skip_log SKIP_LOGREC
 

Macro Definition Documentation

§ CHECK_ERRNO

#define CHECK_ERRNO (   n)
Value:
if (n == -1) { \
W_FATAL_MSG(fcOS, << "Kernel errno code: " << errno); \
}

Variable Documentation

§ DFT_BLOCK_SIZE

const int DFT_BLOCK_SIZE = 1024 * 1024
static

§ IO_ALIGN

const size_t IO_ALIGN = 512

§ SKIP_LOGREC

skip_log SKIP_LOGREC