MySQL 5.6.14 Source Code Document
|
#include <protocol_binary.h>
Public Attributes | |
struct { | |
protocol_binary_response_header header | |
struct { | |
uint32_t flags | |
} body | |
} | message |
uint8_t | bytes [sizeof(protocol_binary_response_header)+4] |
Definition of the packet returned from a successful get, getq, getk and getkq. See section 4
Definition at line 253 of file protocol_binary.h.