CUBRID Engine
latest
|
Public Attributes | |
int | chunk_size |
int | sleep_msecs |
int | timeout_msecs |
bool | resume |
bool | cont_on_err |
bool | schema_only |
dynamic_array * | include_list |
dynamic_array * | exclude_list |
Definition at line 94 of file checksumdb.c.
int chksum_arg::chunk_size |
Definition at line 96 of file checksumdb.c.
Referenced by checksumdb(), and chksum_start().
bool chksum_arg::cont_on_err |
Definition at line 100 of file checksumdb.c.
Referenced by checksumdb().
dynamic_array* chksum_arg::exclude_list |
Definition at line 103 of file checksumdb.c.
Referenced by checksumdb(), and chksum_need_skip_table().
dynamic_array* chksum_arg::include_list |
Definition at line 102 of file checksumdb.c.
Referenced by checksumdb(), and chksum_need_skip_table().
bool chksum_arg::resume |
Definition at line 99 of file checksumdb.c.
Referenced by checksumdb(), and chksum_start().
bool chksum_arg::schema_only |
Definition at line 101 of file checksumdb.c.
Referenced by checksumdb(), and chksum_start().
int chksum_arg::sleep_msecs |
Definition at line 97 of file checksumdb.c.
Referenced by checksumdb(), and chksum_start().
int chksum_arg::timeout_msecs |
Definition at line 98 of file checksumdb.c.
Referenced by checksumdb(), and chksum_start().