Drizzled Public API Documentation

row_ext_struct Struct Reference

#include <row0ext.h>

List of all members.

Public Attributes

ulint n_ext
const ulint * ext
byte * buf
ulint len [1]

Detailed Description

Prefixes of externally stored columns

Definition at line 85 of file row0ext.h.


Member Data Documentation

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().


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