MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | OpType { QN_LOOKUP = 0x1, QN_SCAN_FRAG = 0x2, QN_SCAN_INDEX = 0x3, QN_END = 0 } |
Static Public Member Functions | |
static Uint32 | getOpType (Uint32 op_len) |
static Uint32 | getLength (Uint32 op_len) |
static void | setOpLen (Uint32 &d, Uint32 o, Uint32 l) |
Public Attributes | |
Uint32 | len |
Uint32 | requestInfo |
Uint32 | resultData |
Definition at line 50 of file QueryTree.hpp.