MySQL 5.6.14 Source Code Document
|
Public Attributes | |
struct { | |
protocol_binary_request_header header | |
struct { | |
struct { | |
uint16_t enginespecific_length | |
uint16_t flags | |
uint8_t ttl | |
uint8_t res1 | |
uint8_t res2 | |
uint8_t res3 | |
} tap | |
} body | |
} | message |
uint8_t | bytes [sizeof(protocol_binary_request_header)+8] |
Definition at line 636 of file protocol_binary.h.
uint16_t protocol_binary_request_tap_no_extras::flags |
See the definition of the flags for protocol_binary_request_tap_mutation for a description of the available flags.
Definition at line 647 of file protocol_binary.h.