MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
protocol_binary_request_rangeop Union Reference

#include <protocol_binary.h>

Collaboration diagram for protocol_binary_request_rangeop:

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]

Detailed Description

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.


The documentation for this union was generated from the following file: