|
MySQL 5.6.14 Source Code Document
|
#include <protocol_binary.h>

Public Attributes | |
| struct { | |
| protocol_binary_response_header header | |
| struct { | |
| vbucket_state_t state | |
| } body | |
| } | message |
| uint8_t | bytes [sizeof(protocol_binary_response_header)+sizeof(vbucket_state_t)] |
Definition of the packet returned from get vbucket
Definition at line 708 of file protocol_binary.h.