MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NdbBlob::Head Struct Reference

#include <NdbBlob.hpp>

Public Attributes

Uint16 varsize
Uint16 reserved
Uint32 pkid
Uint64 length
Uint32 headsize

Detailed Description

Blob head V1 is 8 bytes: 8 bytes blob length - native endian (of ndb apis)

Blob head V2 is 16 bytes: 2 bytes head+inline length bytes (MEDIUM_VAR) - little-endian 2 bytes reserved (zero) 4 bytes NDB$PKID for blob events - little-endian 8 bytes blob length - litte-endian

Following struct is for packing/unpacking the fields. It must not be C-cast to/from the head+inline attribute value.

Definition at line 164 of file NdbBlob.hpp.


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