MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
Uint32 | max_data_bytes () const |
Uint32 | get_free_bytes () const |
bool | is_full () const |
void | init () |
Static Public Member Functions | |
static TFPage * | ptr (struct iovec p) |
Public Attributes | |
Uint16 | m_bytes |
Uint16 | m_start |
Uint16 | m_size |
Uint16 | m_ref_count |
struct TFPage * | m_next |
char | m_data [8] |
Definition at line 24 of file trp_buffer.hpp.
Uint16 TFPage::m_bytes |
Bytes on page
Definition at line 54 of file trp_buffer.hpp.
char TFPage::m_data[8] |
The data...
Definition at line 79 of file trp_buffer.hpp.
struct TFPage* TFPage::m_next |
Pointer to next page
Definition at line 74 of file trp_buffer.hpp.
Uint16 TFPage::m_ref_count |
ref-count
Definition at line 69 of file trp_buffer.hpp.
Uint16 TFPage::m_size |
size of page
Definition at line 64 of file trp_buffer.hpp.
Uint16 TFPage::m_start |
Start of unused data
Definition at line 59 of file trp_buffer.hpp.