CUBRID Engine
latest
|
Public Attributes | |
char | class_name [SM_MAX_IDENTIFIER_LENGTH] |
char * | last_lower_bound |
int | last_chunk_id |
int | last_chunk_cnt |
CHKSUM_RESULT * | next |
Definition at line 84 of file checksumdb.c.
char chksum_result::class_name[SM_MAX_IDENTIFIER_LENGTH] |
Definition at line 86 of file checksumdb.c.
Referenced by chksum_get_checksum_result(), and chksum_get_prev_checksum_results().
int chksum_result::last_chunk_cnt |
Definition at line 89 of file checksumdb.c.
Referenced by chksum_get_prev_checksum_results().
int chksum_result::last_chunk_id |
Definition at line 88 of file checksumdb.c.
Referenced by chksum_get_prev_checksum_results(), and chksum_set_initial_chunk_id_and_lower_bound().
char* chksum_result::last_lower_bound |
Definition at line 87 of file checksumdb.c.
Referenced by chksum_free_results(), chksum_get_prev_checksum_results(), and chksum_set_initial_chunk_id_and_lower_bound().
CHKSUM_RESULT* chksum_result::next |
Definition at line 90 of file checksumdb.c.
Referenced by chksum_free_results(), chksum_get_checksum_result(), and chksum_get_prev_checksum_results().