#include <tuppage.hpp>
Collaboration diagram for Tup_page:

Public Member Functions | |
| STATIC_CONST (DATA_WORDS=File_formats::NDB_PAGE_SIZE_WORDS-32) | |
Public Attributes | |
| File_formats::Page_header | m_page_header |
| Uint32 | m_restart_seq |
| Uint32 | page_state |
| union { | |
| Uint32 next_page | |
| Uint32 nextList | |
| }; | |
| union { | |
| Uint32 prev_page | |
| Uint32 prevList | |
| }; | |
| Uint32 | first_cluster_page |
| Uint32 | last_cluster_page |
| Uint32 | next_cluster_page |
| Uint32 | prev_cluster_page |
| Uint32 | frag_page_id |
| Uint32 | physical_page_id |
| Uint32 | free_space |
| Uint32 | next_free_index |
| Uint32 | list_index |
| Uint32 | uncommitted_used_space |
| Uint32 | m_page_no |
| Uint32 | m_file_no |
| Uint32 | m_table_id |
| Uint32 | m_fragment_id |
| Uint32 | m_extent_no |
| Uint32 | m_extent_info_ptr |
| Uint32 | unused_ph [9] |
| Uint32 | m_data [DATA_WORDS] |
Definition at line 23 of file tuppage.hpp.
| Tup_page::STATIC_CONST | ( | DATA_WORDS | = File_formats::NDB_PAGE_SIZE_WORDS-32 |
) |
| union { ... } |
| union { ... } |
Definition at line 36 of file tuppage.hpp.
Definition at line 40 of file tuppage.hpp.
Definition at line 42 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_callback_common(), Dbtup::disk_page_prealloc_dirty_page(), Dbtup::disk_page_set_dirty(), Dbtup::disk_restart_undo_page_bits(), Dbtup::free_var_rec(), Tup_varsize_page::grow_entry(), Dbtup::restart_setup_page(), Tup_varsize_page::shrink_entry(), and Dbtup::update_free_page_list().
Definition at line 37 of file tuppage.hpp.
Definition at line 44 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_callback_common(), Dbtup::disk_page_prealloc_dirty_page(), Dbtup::disk_page_prealloc_initial_callback(), Dbtup::disk_page_set_dirty(), Dbtup::disk_restart_undo_callback(), Dbtup::disk_restart_undo_page_bits(), Dbtup::restart_setup_page(), and Dbtup::update_free_page_list().
| Uint32 Tup_page::m_data[DATA_WORDS] |
Definition at line 56 of file tuppage.hpp.
Referenced by Tup_varsize_page::get_free_space_ptr(), Tup_varsize_page::get_index_ptr(), Tup_varsize_page::get_index_word(), Tup_varsize_page::get_ptr(), Tup_fixsize_page::get_ptr(), and Tup_varsize_page::shrink_entry().
Definition at line 51 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_callback_common(), Dbtup::disk_page_prealloc_dirty_page(), Dbtup::disk_page_prealloc_initial_callback(), and Dbtup::restart_setup_page().
Definition at line 50 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_initial_callback(), and Dbtup::restart_setup_page().
Definition at line 47 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_callback_common(), Dbtup::disk_page_prealloc_initial_callback(), Dbtup::disk_page_set_dirty(), Dbtup::disk_restart_undo_callback(), Dbtup::drop_fragment_unmap_pages(), and Dbtup::restart_setup_page().
Definition at line 49 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_initial_callback(), Dbtup::disk_page_set_dirty(), and Dbtup::disk_restart_undo_callback().
Definition at line 25 of file tuppage.hpp.
Referenced by Dbtup::disk_restart_undo_callback(), and Dbtup::disk_restart_undo_page_bits().
Definition at line 46 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_callback_common(), Dbtup::disk_page_prealloc_initial_callback(), Dbtup::disk_page_set_dirty(), Dbtup::disk_restart_undo_callback(), Dbtup::drop_fragment_unmap_pages(), and Dbtup::restart_setup_page().
Definition at line 26 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_callback(), Dbtup::disk_page_prealloc_initial_callback(), Dbtup::disk_page_set_dirty(), and Dbtup::restart_setup_page().
Definition at line 48 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_initial_callback(), Dbtup::disk_page_set_dirty(), and Dbtup::disk_restart_undo_callback().
Definition at line 38 of file tuppage.hpp.
Definition at line 43 of file tuppage.hpp.
Definition at line 29 of file tuppage.hpp.
Definition at line 30 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_initial_callback(), Dbtup::disk_page_set_dirty(), and Dbtup::disk_restart_undo_callback().
Definition at line 41 of file tuppage.hpp.
Definition at line 39 of file tuppage.hpp.
Definition at line 33 of file tuppage.hpp.
Definition at line 34 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_initial_callback(), Dbtup::disk_page_set_dirty(), and Dbtup::disk_restart_undo_callback().
Definition at line 45 of file tuppage.hpp.
Referenced by Dbtup::disk_page_prealloc_callback_common(), Dbtup::disk_page_prealloc_dirty_page(), Dbtup::disk_page_prealloc_initial_callback(), Dbtup::disk_page_set_dirty(), and Dbtup::restart_setup_page().
Definition at line 52 of file tuppage.hpp.
1.4.7

