|
Zero
0.1.0
|
#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 |
| #define CHECK_ERRNO | ( | n | ) |
|
static |
| const size_t IO_ALIGN = 512 |
| skip_log SKIP_LOGREC |
1.8.12