CUBRID Engine  latest
replication.c File Reference
#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>
Include dependency graph for replication.c:

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
 

Macro Definition Documentation

#define REPL_LOG_IS_FULL (   tran_index)
Value:
(log_Gl.trantable.all_tdes[(tran_index)]->num_repl_records \
int cur_repl_record
Definition: log_impl.h:506
TRANTABLE trantable
Definition: log_impl.h:650
LOG_GLOBAL log_Gl
LOG_TDES ** all_tdes
Definition: log_impl.h:595

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.

Variable Documentation

const int REPL_LOG_INFO_ALLOC_SIZE = 100
static

Definition at line 47 of file replication.c.