CUBRID Engine
latest
|
Public Attributes | |
MHT_TABLE * | ht |
bool | verify |
bool | verify_not_vacuumed |
DISK_ISVALID | not_vacuumed_res |
int | max_unfound_reloc |
int | num_unfound_reloc |
OID * | unfound_reloc_oids |
Definition at line 290 of file heap_file.c.
MHT_TABLE* heap_chkall_relocoids::ht |
Definition at line 292 of file heap_file.c.
Referenced by heap_chkreloc_end(), heap_chkreloc_next(), heap_chkreloc_print_notfound(), and heap_chkreloc_start().
int heap_chkall_relocoids::max_unfound_reloc |
Definition at line 298 of file heap_file.c.
Referenced by heap_chkreloc_next(), and heap_chkreloc_start().
DISK_ISVALID heap_chkall_relocoids::not_vacuumed_res |
Definition at line 297 of file heap_file.c.
Referenced by heap_chkreloc_end(), heap_chkreloc_next(), and heap_chkreloc_start().
int heap_chkall_relocoids::num_unfound_reloc |
Definition at line 299 of file heap_file.c.
Referenced by heap_chkreloc_end(), heap_chkreloc_next(), and heap_chkreloc_start().
OID* heap_chkall_relocoids::unfound_reloc_oids |
Definition at line 300 of file heap_file.c.
Referenced by heap_chkreloc_end(), heap_chkreloc_next(), and heap_chkreloc_start().
bool heap_chkall_relocoids::verify |
Definition at line 294 of file heap_file.c.
Referenced by heap_check_all_pages(), heap_chkreloc_end(), heap_chkreloc_next(), heap_chkreloc_print_notfound(), and heap_chkreloc_start().
bool heap_chkall_relocoids::verify_not_vacuumed |
Definition at line 295 of file heap_file.c.
Referenced by heap_check_all_pages(), heap_chkreloc_next(), and heap_chkreloc_start().