#include <row0ext.h>
Public Attributes | |
ulint | n_ext |
const ulint * | ext |
byte * | buf |
ulint | len [1] |
byte* row_ext_struct::buf |
backing store of the column prefix cache
Definition at line 88 of file row0ext.h.
Referenced by row_ext_create().
const ulint* row_ext_struct::ext |
col_no's of externally stored columns
Definition at line 87 of file row0ext.h.
Referenced by row_ext_create().
ulint row_ext_struct::len[1] |
prefix lengths; 0 if not cached
Definition at line 89 of file row0ext.h.
Referenced by row_ext_create().
ulint row_ext_struct::n_ext |
number of externally stored columns
Definition at line 86 of file row0ext.h.
Referenced by row_ext_create().