| MySQL 5.6.14 Source Code Document
    | 
#include <data0data.h>

| Public Attributes | |
| mem_heap_t * | heap | 
| ulint | n_fields | 
| big_rec_field_t * | fields | 
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.
| 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.