|
MySQL 5.6.14 Source Code Document
|
#include <protocol_binary.h>
Public Attributes | |
| struct { | |
| uint8_t magic | |
| uint8_t opcode | |
| uint16_t keylen | |
| uint8_t extlen | |
| uint8_t datatype | |
| uint16_t status | |
| uint32_t bodylen | |
| uint32_t opaque | |
| uint64_t cas | |
| } | response |
| uint8_t | bytes [24] |
Definition of the header structure for a response packet. See section 2
Definition at line 204 of file protocol_binary.h.