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

#include <data0data.h>

Collaboration diagram for big_rec_t:

Public Attributes

mem_heap_theap
ulint n_fields
big_rec_field_tfields

Detailed Description

Storage format for overflow data in a big record, that is, a

clustered index record which needs external storage of data fields

Definition at line 525 of file data0data.h.

Member Data Documentation

big_rec_field_t* big_rec_t::fields

stored fields

Definition at line 529 of file data0data.h.

mem_heap_t* big_rec_t::heap

memory heap from which allocated

Definition at line 526 of file data0data.h.

ulint big_rec_t::n_fields

number of stored fields

Definition at line 528 of file data0data.h.


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