|
MySQL 5.6.14 Source Code Document
|

Classes | |
| struct | RangeBuilder |
Public Types | |
| enum | SFH_State { SFH_NOT_STARTED = 0, SFH_SCANNING = 1, SFH_WAIT_NEXTREQ = 2, SFH_COMPLETE = 3, SFH_WAIT_CLOSE = 4 } |
Public Member Functions | |
| void | init (Uint32 fid) |
| void | reset_ranges () |
Public Attributes | |
| Uint32 | m_magic |
| Uint32 | m_treeNodePtrI |
| Uint16 | m_fragId |
| Uint16 | m_state |
| Uint32 | m_ref |
|
struct Dbspj::ScanFragHandle::RangeBuilder | m_range_builder |
| Uint32 | m_rangePtrI |
| union { | |
| Uint32 nextList | |
| Uint32 nextPool | |
| }; | |