|
CUBRID Engine
latest
|
#include "config.h"#include "error_manager.h"#include "log_lsa.hpp"#include "memory_alloc.h"#include "oid.h"#include "system_parameter.h"

Go to the source code of this file.
Classes | |
| struct | repl_info |
| struct | repl_info_statement |
Typedefs | |
| typedef struct repl_info | REPL_INFO |
| typedef struct repl_info_statement | REPL_INFO_SBR |
Enumerations | |
| enum | REPL_INFO_TYPE { REPL_INFO_TYPE_SBR, REPL_INFO_TYPE_RBR_START, REPL_INFO_TYPE_RBR_NORMAL, REPL_INFO_TYPE_RBR_END } |
Definition at line 51 of file replication.h.
| typedef struct repl_info_statement REPL_INFO_SBR |
Definition at line 59 of file replication.h.
| enum REPL_INFO_TYPE |
| Enumerator | |
|---|---|
| REPL_INFO_TYPE_SBR | |
| REPL_INFO_TYPE_RBR_START | |
| REPL_INFO_TYPE_RBR_NORMAL | |
| REPL_INFO_TYPE_RBR_END | |
Definition at line 43 of file replication.h.