Drizzled Public API Documentation

big_rec_struct Struct Reference

#include <data0data.h>

List of all members.

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 473 of file data0data.h.


Member Data Documentation

big_rec_field_t* big_rec_struct::fields

stored fields

Definition at line 477 of file data0data.h.

Referenced by btr_store_big_rec_extern_fields(), dtuple_convert_back_big_rec(), and dtuple_convert_big_rec().

mem_heap_t* big_rec_struct::heap

memory heap from which allocated

Definition at line 474 of file data0data.h.

Referenced by dtuple_convert_back_big_rec(), and dtuple_convert_big_rec().

ulint big_rec_struct::n_fields

number of stored fields

Definition at line 476 of file data0data.h.

Referenced by btr_store_big_rec_extern_fields(), dtuple_convert_back_big_rec(), and dtuple_convert_big_rec().


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