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

| Public Attributes | |
| struct { | |
| protocol_binary_response_header header | |
| struct { | |
| uint64_t value | |
| } body | |
| } | message | 
| uint8_t | bytes [sizeof(protocol_binary_response_header)+8] | 
Definition of the response from an incr or decr command command. See section 4
Definition at line 361 of file protocol_binary.h.