MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TFPage Struct Reference
Collaboration diagram for TFPage:

Public Member Functions

Uint32 max_data_bytes () const
Uint32 get_free_bytes () const
bool is_full () const
void init ()

Static Public Member Functions

static TFPageptr (struct iovec p)

Public Attributes

Uint16 m_bytes
Uint16 m_start
Uint16 m_size
Uint16 m_ref_count
struct TFPagem_next
char m_data [8]

Detailed Description

Definition at line 24 of file trp_buffer.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: