CUBRID Engine
latest
|
Public Attributes | |
VPID | next_page |
INT16 | n_dropped_files |
VACUUM_DROPPED_FILE | dropped_files [1] |
VACUUM_DROPPED_FILE vacuum_dropped_files_page::dropped_files[1] |
Definition at line 585 of file vacuum.c.
Referenced by vacuum_add_dropped_file(), vacuum_cleanup_dropped_files(), vacuum_rv_redo_add_dropped_file(), vacuum_rv_redo_cleanup_dropped_files(), vacuum_rv_replace_dropped_file(), and vacuum_rv_undo_add_dropped_file().
INT16 vacuum_dropped_files_page::n_dropped_files |
Definition at line 582 of file vacuum.c.
Referenced by vacuum_add_dropped_file(), vacuum_cleanup_dropped_files(), vacuum_create_file_for_dropped_files(), vacuum_load_dropped_files_from_disk(), vacuum_rv_redo_add_dropped_file(), vacuum_rv_redo_cleanup_dropped_files(), vacuum_rv_replace_dropped_file(), and vacuum_rv_undo_add_dropped_file().
VPID vacuum_dropped_files_page::next_page |
Definition at line 581 of file vacuum.c.
Referenced by vacuum_add_dropped_file(), vacuum_cleanup_dropped_files(), vacuum_create_file_for_dropped_files(), vacuum_dropped_files_set_next_page(), vacuum_load_dropped_files_from_disk(), and vacuum_rv_set_next_page_dropped_files().