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

#include <protocol_binary.h>

Collaboration diagram for protocol_binary_response_incr:

Public Attributes

struct {
   protocol_binary_response_header   header
   struct {
      uint64_t   value
   }   body
message
uint8_t bytes [sizeof(protocol_binary_response_header)+8]

Detailed Description

Definition of the response from an incr or decr command command. See section 4

Definition at line 361 of file protocol_binary.h.


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