MySQL 5.6.14 Source Code Document
|
#include <NdbBlob.hpp>
Public Attributes | |
Uint16 | varsize |
Uint16 | reserved |
Uint32 | pkid |
Uint64 | length |
Uint32 | headsize |
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.