Drizzled Public API Documentation

big_rec_struct Struct Reference

#include <data0data.h>

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

Member Data Documentation

big_rec_field_t* big_rec_struct::fields

stored fields

Definition at line 482 of file data0data.h.

Referenced by 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 479 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 481 of file data0data.h.

Referenced by dtuple_convert_back_big_rec(), and dtuple_convert_big_rec().


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