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

#include <data0data.h>

Public Attributes

ulint field_no
ulint len
const void * data

Detailed Description

A slot for a field in a big rec vector

Definition at line 517 of file data0data.h.

Member Data Documentation

const void* big_rec_field_t::data

stored data

Definition at line 520 of file data0data.h.

ulint big_rec_field_t::field_no

field number in record

Definition at line 518 of file data0data.h.

ulint big_rec_field_t::len

stored data length, in bytes

Definition at line 519 of file data0data.h.


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