CUBRID Engine
latest
|
#include "replication.h"
#include "dbtype.h"
#include "heap_file.h"
#include "log_lsa.hpp"
#include "object_primitive.h"
#include "object_representation.h"
#include "transform.h"
#include <assert.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | REPL_LOG_IS_NOT_EXISTS(tran_index) (log_Gl.trantable.all_tdes[(tran_index)]->num_repl_records == 0) |
#define | REPL_LOG_IS_FULL(tran_index) |
Variables | |
static const int | REPL_LOG_INFO_ALLOC_SIZE = 100 |
#define REPL_LOG_IS_FULL | ( | tran_index | ) |
Definition at line 43 of file replication.c.
#define REPL_LOG_IS_NOT_EXISTS | ( | tran_index | ) | (log_Gl.trantable.all_tdes[(tran_index)]->num_repl_records == 0) |
Definition at line 41 of file replication.c.
|
static |
Definition at line 47 of file replication.c.