MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
Uint32 | get_free_bits (Uint32 page) const |
Uint32 | get_free_word_offset (Uint32 page) const |
void | update_free_bits (Uint32 page, Uint32 bit) |
bool | check_free (Uint32 extent_size) const |
Public Attributes | |
Uint32 | m_table |
union { | |
Uint32 m_fragment_id | |
Uint32 m_next_free_extent | |
}; | |
Uint32 | m_page_bitmask [1] |
Definition at line 85 of file diskpage.hpp.