|
MySQL 5.6.14 Source Code Document
|

Public Attributes | |
| struct { | |
| protocol_binary_request_header header | |
| struct { | |
| struct { | |
| uint16_t enginespecific_length | |
| uint16_t flags | |
| uint8_t ttl | |
| uint8_t res1 | |
| uint8_t res2 | |
| uint8_t res3 | |
| } tap | |
| struct { | |
| uint32_t flags | |
| uint32_t expiration | |
| } item | |
| } body | |
| } | message |
| uint8_t | bytes [sizeof(protocol_binary_request_header)+16] |
Definition at line 602 of file protocol_binary.h.