MySQL 5.6.14 Source Code Document
|
#include <protocol_binary.h>
Public Attributes | |
struct { | |
protocol_binary_response_header header | |
struct { | |
uint16_t size | |
uint8_t reserved | |
uint8_t flags | |
uint32_t max_results | |
} body | |
} | message |
uint8_t | bytes [sizeof(protocol_binary_request_header)+4] |
Definition of a request for a range operation. See http://code.google.com/p/memcached/wiki/RangeOps
These types are used for range operations and exist within this header for use in other projects. Range operations are not expected to be implemented in the memcached server itself.
Definition at line 489 of file protocol_binary.h.