CUBRID Engine
latest
|
#include <boot_sr.h>
Public Attributes | |
bool | printtoc |
time_t | stopat |
const char * | backuppath |
int | level |
const char * | verbose_file |
bool | newvolpath |
bool | restore_upto_bktime |
bool | restore_slave |
bool | is_restore_from_backup |
INT64 | db_creation |
LOG_LSA | restart_repl_lsa |
char | keys_file_path [PATH_MAX] |
const char* bo_restart_arg::backuppath |
Definition at line 96 of file boot_sr.h.
Referenced by logpb_restore(), print_backup_info(), restoredb(), and restoreslave().
INT64 bo_restart_arg::db_creation |
Definition at line 105 of file boot_sr.h.
Referenced by log_initialize_internal(), and restoreslave().
bool bo_restart_arg::is_restore_from_backup |
Definition at line 104 of file boot_sr.h.
Referenced by boot_restart_server(), restoredb(), and restoreslave().
char bo_restart_arg::keys_file_path[PATH_MAX] |
Definition at line 107 of file boot_sr.h.
Referenced by boot_reset_mk_after_restart_from_backup(), boot_restart_server(), logpb_restore(), restoredb(), and restoreslave().
int bo_restart_arg::level |
Definition at line 97 of file boot_sr.h.
Referenced by logpb_restore(), print_backup_info(), restoredb(), and restoreslave().
bool bo_restart_arg::newvolpath |
Definition at line 99 of file boot_sr.h.
Referenced by boot_find_rest_volumes(), logpb_restore(), print_backup_info(), restoredb(), and restoreslave().
bool bo_restart_arg::printtoc |
Definition at line 94 of file boot_sr.h.
Referenced by logpb_restore(), restoredb(), and restoreslave().
LOG_LSA bo_restart_arg::restart_repl_lsa |
Definition at line 106 of file boot_sr.h.
Referenced by log_initialize_internal(), and restoreslave().
bool bo_restart_arg::restore_slave |
Definition at line 103 of file boot_sr.h.
Referenced by boot_restart_server(), log_initialize_internal(), restoredb(), and restoreslave().
bool bo_restart_arg::restore_upto_bktime |
Definition at line 101 of file boot_sr.h.
Referenced by logpb_restore(), restoredb(), and restoreslave().
time_t bo_restart_arg::stopat |
Definition at line 95 of file boot_sr.h.
Referenced by log_initialize_internal(), logpb_restore(), restoredb(), and restoreslave().
const char* bo_restart_arg::verbose_file |
Definition at line 98 of file boot_sr.h.
Referenced by logpb_restore(), restoredb(), and restoreslave().