MySQL 5.6.14 Source Code Document
|
#include <Dbspj.hpp>
Classes | |
struct | Header |
struct | Linear |
struct | Section |
Public Types | |
enum | RowType { RT_SECTION = 1, RT_LINEAR = 2, RT_END = 0 } |
Public Attributes | |
Uint32 | m_type |
Uint32 | m_src_node_no |
Uint32 | m_src_node_ptrI |
Uint32 | m_src_correlation |
union { | |
struct Section m_section | |
struct Linear m_linear | |
} | m_row_data |