|
MySQL 5.6.14 Source Code Document
|
#include <WOPool.hpp>

Public Member Functions | |
| void | init (const Record_info &ri, const Pool_context &pc) |
| bool | seize (Ptr< void > &) |
| void | release (Ptr< void >) |
| void * | getPtr (Uint32 i) |
Public Attributes | |
| Record_info | m_record_info |
| WOPage * | m_memroot |
| WOPage * | m_current_page |
| Pool_context | m_ctx |
| Uint32 | m_current_page_no |
| Uint16 | m_current_pos |
| Uint16 | m_current_ref_count |
Write Once Pool
Definition at line 35 of file WOPool.hpp.