96
96
length is stored in little-endian format, since this is the
97
97
format used for the binlog.
100
99
const uchar *old_pack_ptr= pack_ptr;
102
100
pack_ptr= field->pack(pack_ptr, field->ptr + offset,
107
105
if ((null_mask & 0xFF) == 0)
112
110
null_bits= (1U << 8) - 1;